Alayan
|
372fdc4c57
|
Fix #5125
|
2024-07-05 17:15:08 +02:00 |
|
Icenowy Zheng
|
41a7b804a1
|
Fix exit crash when built for GLES2 on Linux (#5118)
|
2024-06-26 23:06:53 +02:00 |
|
CodingJellyfish
|
aba99c22b6
|
Enable new screen resizing code
|
2024-05-05 13:45:23 +08:00 |
|
CodingJellyfish
|
5ff449d6c9
|
Remove an unneeded method
|
2024-04-29 10:06:47 +08:00 |
|
CodingJellyfish
|
97ca195e20
|
Fix dynamic ribbon widget being shown above a dialog after resized
|
2024-04-27 15:05:52 +08:00 |
|
Xiangquan Xiao
|
fab7915011
|
Minor fix on coding styles.
|
2024-01-07 14:08:59 -05:00 |
|
Benau
|
caf6a1b504
|
Revert "Drop support for the DirectX9 renderer"
This reverts commit c11a7236c7 .
|
2023-12-18 10:35:58 +08:00 |
|
Benau
|
5a4020bcb8
|
Revert "Remove DX9 leftovers"
This reverts commit 4525411e84 .
|
2023-12-18 10:32:29 +08:00 |
|
Alayan
|
4525411e84
|
Remove DX9 leftovers
|
2023-12-16 16:05:41 +01:00 |
|
Alayan
|
c11a7236c7
|
Drop support for the DirectX9 renderer
|
2023-12-16 15:24:35 +01:00 |
|
Benau
|
8cd6a231cc
|
Enable AppleMomentumScrollSupported on macOS
|
2023-11-12 12:56:28 +08:00 |
|
CodingJellyfish
|
bd245e17bf
|
Fix #4895 (#4896)
|
2023-11-12 11:32:04 +08:00 |
|
Benau
|
ddc0b9d1ed
|
Add setDirtyOffset for GEVulkanDynamicSPMBuffer
|
2022-12-05 16:32:00 +08:00 |
|
Benau
|
fd579111e1
|
Add setNormal and setTCoords for IMeshBuffer
|
2022-11-27 09:07:07 +08:00 |
|
Benau
|
4c7353a3a4
|
Add fullscreen desktop option for non-ge capable device
|
2022-11-08 12:08:27 +08:00 |
|
Benau
|
d9fad6ab55
|
Don't exit if SDL_GetWindowWMInfo fails
|
2022-11-08 09:10:41 +08:00 |
|
Benau
|
8358b7be0a
|
Allow SMesh to be used in irrlicht mesh cache
|
2022-10-22 15:40:27 +08:00 |
|
Benau
|
0e142e645c
|
Handle vertex color in render info for COGLES2FixedPipelineRenderer
|
2022-10-19 09:29:06 +08:00 |
|
Benau
|
5ecdc11ffd
|
Fix sky particles rendering in vulkan
Align them with the vertical axis
|
2022-10-16 12:08:02 +08:00 |
|
Benau
|
1fc460ff4e
|
Add flips particle rendering for vulkan
|
2022-10-14 10:17:58 +08:00 |
|
Benau
|
dd6768911d
|
Build for armv7 windows
No installer as armv7 windows has no x86 emulation
|
2022-09-18 23:54:44 +08:00 |
|
Benau
|
f270b4acf8
|
Add particle rendering in vulkan
|
2022-09-18 11:31:06 +08:00 |
|
Benau
|
b77160527c
|
Fix texture matrix for gles2 driver
|
2022-09-15 09:01:55 +08:00 |
|
Benau
|
16173207ee
|
Add colorization support for gles2 driver
|
2022-09-15 08:30:24 +08:00 |
|
Benau
|
4207714352
|
Use GE::GERenderInfo to draw ghost kart and ctf flag in vulkan
|
2022-09-06 15:46:05 +08:00 |
|
Benau
|
4f3dbb43a2
|
Fix bad gui after toggling fullscreen ingame
|
2022-08-29 14:55:02 +08:00 |
|
Benau
|
d322720147
|
Add option to use original fullscreen code for vulkan
|
2022-08-29 10:30:31 +08:00 |
|
Benau
|
bba636263e
|
Use fullscreen desktop for vulkan
|
2022-08-28 10:55:06 +08:00 |
|
Benau
|
4f9d40f3b2
|
Add GEVulkanSkyBoxRenderer
|
2022-08-21 14:09:56 +08:00 |
|
Benau
|
5c26ac73df
|
Fix bottom skybox uv and revert custom irrlicht change
|
2022-08-19 11:26:07 +08:00 |
|
Benau
|
f777e01a21
|
Make kart textures loading ondemand if needed
|
2022-08-13 11:44:06 +08:00 |
|
Benau
|
e0636495f0
|
Add ondemand texture loading for vulkan
|
2022-08-12 13:07:53 +08:00 |
|
Benau
|
eace871c66
|
Add getImageSize for all image loaders
|
2022-08-11 14:46:00 +08:00 |
|
Benau
|
ed4dcc24c6
|
Fix CImageLoaderJPG::isALoadableFileFormat according to upstream
|
2022-08-09 10:20:04 +08:00 |
|
Benau
|
2696ef2567
|
Add shader to render ghost kart
|
2022-07-30 09:03:56 +08:00 |
|
Benau
|
e991e06640
|
Implement high dpi support in sdl2 properly
|
2022-07-22 21:10:51 +08:00 |
|
Benau
|
8fb0005020
|
Remove useless sse code in matrix4
|
2022-06-29 15:45:08 +08:00 |
|
Benau
|
f63ce6917b
|
Only updateAbsolutePosition if transformation changed
|
2022-06-25 11:54:06 +08:00 |
|
Benau
|
d85c1e3ee7
|
Use class inheritance for GEVulkanMeshCache
|
2022-06-08 13:38:24 +08:00 |
|
Benau
|
b0cddc462a
|
Add GEVulkanSceneManager
|
2022-06-07 10:34:08 +08:00 |
|
Benau
|
ca1f61b898
|
Add GEVulkanMeshCache
|
2022-05-29 12:33:06 +08:00 |
|
Benau
|
ac5351ae5e
|
Add irrlicht device pointer to vulkan driver
|
2022-05-26 17:22:39 +08:00 |
|
Benau
|
e666e08f2d
|
Add GE spm code
|
2022-05-22 11:53:02 +08:00 |
|
Benau
|
fddc19225c
|
Use array list for scene nodes
|
2022-04-26 10:55:24 +08:00 |
|
Benau
|
059fc9ebfd
|
Add GE::getResizedImage using IReadFile
|
2022-04-18 10:46:23 +08:00 |
|
Benau
|
5f9db20b4f
|
Add IFileSystem::existFileOnly (not including directory)
|
2022-04-16 12:08:57 +08:00 |
|
Benau
|
99f1a2e03f
|
Add moltenvk argument buffers support
|
2022-04-15 17:05:38 +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
|
d60a3a7c0c
|
Add loadingFailed function for ITexture
|
2022-04-08 14:56:24 +08:00 |
|