Benau
ebd380c0bc
Allow using real addon karts in networking
2022-09-10 15:49:21 +08:00
Benau
39e3c189da
Make it possible to enable kart exhaust in legacy device
2022-09-09 10:25:33 +08:00
Benau
e52a9dce59
Fix particle xml after code change
2022-09-09 10:08:54 +08:00
Benau
dcad21b830
Use uniform rendering code for particle rendering
...
1. Remove pow in shader and do srgb conversion in code
2. Fix setGreen and setBlue order
3. Multiply particle color first like vertex color in the other shaders
4. Fix incorrect smoothstep
2022-09-09 09:41:32 +08:00
Benau
155b73d452
Remove unneeded pow in transparent.frag
...
It's only used in 2d rendering so no srgb sampling is needed
2022-09-08 15:24:40 +08:00
Benau
efcdd79d42
Fix missing snowflake in icy soccer field
...
It used to work in 1.2 because the top of the invisible wall was
not covered, which will affect height map calculation. Now we
ignore physics only objects when doing the height map calculation.
2022-09-07 13:53:08 +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
885e08c559
Fix ghost kart missing for non-colorizable kart
2022-09-06 09:54:07 +08:00
Benau
2d0c945dd8
Move RenderInfo class to GE
2022-09-05 16:22:04 +08:00
Benau
647988ad30
Load colorization data for vulkan
2022-09-05 13:39:02 +08:00
Benau
5252c78a05
Fix crash when getActiveCamera is used after rendering scene
2022-09-05 09:54:42 +08:00
Benau
4335d95215
Preload icon materials to avoid hang when firstly insert item
2022-09-04 11:37:09 +08:00
Benau
9a7e2f6c39
Simplify m_icon_node handling in item class
...
Item::handleNewMesh already creates new m_icon_node everytime
2022-09-04 11:12:07 +08:00
Benau
79bf026c74
Don't check for descriptor indexing properties on non-apple devices
...
Some drivers (like ivybridge on linux) report incorrect values and
make graphics pipeline creation crash later
2022-09-04 09:05:00 +08:00
Benau
90453e6128
Update AppData file game screenshots url
2022-09-04 08:35:32 +08:00
Benau
d93b5d3b8d
Fix hang when switching kart in selection screen for vulkan
2022-09-03 12:04:44 +08:00
Benau
784b77723c
Add missing vkCmdBindDescriptorSets for supportsBindMeshTexturesAtOnce
2022-09-03 10:30:54 +08:00
Benau
b0b9f44aeb
Always use stable_sort to avoid flickering with alpha blending
2022-09-03 09:27:06 +08:00
Benau
d55eb56d78
Fix logic error in GEVulkanTexture::getTextureData
2022-09-02 19:37:37 +08:00
Benau
1eb19e5e13
Allow changing texture compression setting without restarting stk
2022-09-02 10:04:10 +08:00
Benau
caf9fb448b
Take BPTC into account for texture compression support
2022-09-02 09:12:05 +08:00
Benau
0b4bf178d7
Add texture matrix support in vulkan
2022-09-02 09:07:43 +08:00
Benau
7a5f14cb37
Don't call KartPropertiesManager::onDemandLoadKartTextures on child process
2022-09-01 16:04:47 +08:00
Benau
ad8ba4d417
Mirror UV if needed in vulkan
2022-09-01 10:54:33 +08:00
Benau
089dd025f1
Implement GEVulkanTexture::getTextureSize correctly
2022-08-31 13:09:41 +08:00
Benau
3db036d67f
Fix data race when deleting GEVulkanTexture
2022-08-31 12:36:55 +08:00
Benau
4ceec85edc
Fix infinite GEVulkanTexture::waitImageView if createImageView failed
2022-08-31 11:20:04 +08:00
Benau
38b995bf61
Avoid hangs if reloading textures too much
2022-08-31 11:08:48 +08:00
Benau
c929002eba
Fix crash when recreating irrlicht device
2022-08-30 09:44:31 +08:00
Benau
1703e829eb
Keep fullscreen checkbox focus when toggling it
2022-08-30 09:27:54 +08:00
Deve
7a9300b56a
Update linux builder
2022-08-29 20:12:48 +02:00
Benau
4f3dbb43a2
Fix bad gui after toggling fullscreen ingame
2022-08-29 14:55:02 +08:00
Benau
1f53895a25
Attempt to restore vulkan device after out focus in gnome fullscreen
2022-08-29 12:30:18 +08:00
Benau
97bc2696db
Fix broken IrrDriver::cancelResChange
2022-08-29 11:06:12 +08:00
Benau
3d9828b6e3
Don't check for larger window size if fullscreen is used
2022-08-29 10:48:39 +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
e6f8dcfdb0
Make render scale configurable in ui for vulkan
2022-08-28 09:27:08 +08:00
Benau
8f061c6367
Remove depth attachement if rtt is used
2022-08-27 13:04:22 +08:00
Benau
d31281cb6f
Add render scale support in vulkan
2022-08-27 12:49:17 +08:00
Benau
97e5064535
Use location, rotation and scale instead of model matrix in vulkan
2022-08-26 09:36:30 +08:00
Benau
514e3a50ad
Fix uninitialized m_compressed_data
2022-08-25 15:20:04 +08:00
Benau
57c5446e55
Add GECompressorBPTCBC7
2022-08-25 15:13:23 +08:00
Benau
3e2de9419e
Update download assets size
2022-08-24 12:00:07 +08:00
Benau
adedc7e80f
Update translation, AppData and Desktop file
2022-08-24 11:56:49 +08:00
Benau
fefb3c1949
Mark skybox textures to be loaded on demand
2022-08-23 08:54:27 +08:00
Benau
5699ede148
Draw skybox before transparent objects
2022-08-22 10:53:07 +08:00
Benau
4f9d40f3b2
Add GEVulkanSkyBoxRenderer
2022-08-21 14:09:56 +08:00
Benau
5aa70333ce
Add GEVulkanArrayTexture
2022-08-20 15:44:38 +08:00
Benau
694c1b6c29
Fix xcode build
2022-08-19 23:28:54 +08:00