Benau
61bd2a6e70
Fix legacy device in switch homebrew
...
Allow setting it from config.xml
2022-10-31 09:31:44 +08:00
Benau
cab25432c2
Update download assets size
2022-10-30 16:50:27 +08:00
Benau
d2a1144cf4
Fix possible division by zero
2022-10-27 09:16:43 +08:00
Benau
b2d1f94adc
Fix hovering ghost kart since 2696ef2
2022-10-26 12:55:03 +08:00
Benau
5beafdce8e
Fix #4808
2022-10-25 09:48:22 +08:00
Benau
683f5ece7f
Fix thunderbird traffic light in legacy video drivers
2022-10-24 13:39:01 +08:00
Benau
7109729010
Add slipstream meshes to irrlicht mesh cache
...
This enables instancing of them in vulkan engine
2022-10-23 10:02:54 +08:00
Benau
243f7f7008
Add slipstream rendering for all video drivers
2022-10-20 12:42:36 +08:00
Benau
1b604666c3
Fix sky particles rendering in modern gl3 too, see #2779
2022-10-17 09:33:51 +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
cfb10dbb1f
Make sure sky particles always fall vertically
2022-10-15 14:31:07 +08:00
Benau
1fc460ff4e
Add flips particle rendering for vulkan
2022-10-14 10:17:58 +08:00
Benau
e5318d8ea9
Fix crash when minimizing in windows
2022-10-04 13:55:51 +08:00
Benau
82218afc40
Reset video driver in GE when vulkan creation fails
2022-09-25 09:55:32 +08:00
Benau
dd9808fd05
Fix uninitialized m_current_ai
2022-09-22 16:32:54 +08:00
Benau
e4515e7454
Add AI number detection in server screen
2022-09-22 10:46:19 +08:00
Benau
cfd7fa662b
Show a dialog and revert if device is not vulkan capable
2022-09-21 10:33:54 +08:00
Benau
4f0b9644a8
Update download assets size
2022-09-19 11:23:44 +08:00
Benau
7a1706834f
Default to opengl render for arm64 windows
...
The opengl compatibility pack is pre-installed on
arm64 windows according to a user
2022-09-19 00:12:51 +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
53351257fc
Use vertex color alpha to draw translucently
2022-09-16 11:15:36 +08:00
Benau
16173207ee
Add colorization support for gles2 driver
2022-09-15 08:30:24 +08:00
Benau
9947c87fe1
Fix #4795
2022-09-15 01:11:14 +08:00
Benau
b1fa45437f
Add dedicated skybox textures folder
2022-09-13 14:23:04 +08:00
Benau
48730d1db4
Add billboard text rendering in vulkan
2022-09-12 10:56:39 +08:00
Benau
7cc238e101
Remove friend class in GE::GESPMBuffer
2022-09-11 15:04:38 +08:00
Benau
76c39afd8b
Add colorization for vulkan
2022-09-11 11:05:33 +08:00
Benau
d3ddcd884d
Fix broken splitscreen network when no track selection screen
2022-09-11 09:16:19 +08:00
Benau
8eb8c6392e
Don't spam logging about missing rewinder
2022-09-11 00:47:34 +08:00
Benau
f1fdc98779
Always send (empty if applicable) kart data to ensure forward compatibility
2022-09-11 00:41:21 +08:00
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
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
d93b5d3b8d
Fix hang when switching kart in selection screen for vulkan
2022-09-03 12:04:44 +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
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
3db036d67f
Fix data race when deleting GEVulkanTexture
2022-08-31 12:36:55 +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