Results 64 issues of Try

fix crash, when converting HLSL return of hull shader into spirv/glsl like arrayed output. #fixed 2914

Found, while working on spirv-cross tessellation shader. This shader is result of cross-compilation of simple glsl shader. Shader code: ```c++ static float4 gl_Position; static float gl_TessLevelOuter[4]; static float gl_TessLevelInner[2]; static...

![изображение](https://user-images.githubusercontent.com/122894/181594733-dfbb515c-3527-48fc-bb4b-4b3299d3181b.png) Relevant script: ``` func void B_GolemRise() { if((Npc_GetDistToNpc(self,hero)

bug

- [x] Bow doesn't work - [x] Left/Right swiping also not working (see extended menu) - [ ] Target lock

bug

Only basic 2d and mouse are done at this moment

porting

This ticket is to track ray-query/ray-tracing work command line: `Gothic2Notr.exe -rt` ![изображение](https://user-images.githubusercontent.com/122894/162619785-30e79cf0-1b7e-4b5e-b3ab-970a53199942.png) - [x] Engine api bring-up - [x] Static mesh support - [x] Textures support (Vulkan only for now)...

enhancement

At this point only a few `marvin` commands are implemented - need to finalize it.

unimplemented

### This is a ticket to track not implemented api remaining. `func void Mdl_ApplyRandomAni(var C_Npc npc, var string s1, var string s2)` `func void Mdl_ApplyRandomAniFreq(var C_Npc npc, var string s1,...

unimplemented

Currently game missing rain, wind, sun texture, moon texture. #### Textures to look at: ``` SKYRAIN-C.TEX SKYRAINCLOUDS-C.TEX SKYRAINDROP-C.TEX SKYRAINSPLASH-C.TEX ``` #### Api entry: `Wld_IsRaining` #### *.ini file: ``` GAME skyEffects...

unimplemented

Ladder is not recognized as interactive object; climbing probably also doesn't work. ![изображение](https://user-images.githubusercontent.com/122894/106525304-11ddc600-64e4-11eb-87c6-2b20f7c9fd7f.png)

invalid