Travis Vroman

Results 34 issues of Travis Vroman

**Describe the bug** [@nyvyme ](http://www.youtube.com/channel/UCgZJDHhx5KM733yRP9EzkSQ) • 15 hours ago in engine/src/platform/platform_linux.c in keys translate_keycode(u32 x_keycode) XK_Meta_L and XK_Meta_R should be changed to XK_Super_L and XK_Super_R due to Meta keys are...

bug
Linux

Not really a bug, but a good point brought up by keldwikchaldain9545 on YouTube. Tracking this here so it doesn't get lost. Quote from the comment post: ``` I know...

bug

**Describe the bug** VkSurfaceCapabilitiesKHR.minImageCount > 3 causes descriptor sets logic failure (out of bounds array index). Issue raised by Mariakeating. See logs and vulkaninfo. [pastebin-vulkaninfo.txt](https://github.com/travisvroman/kohi/files/12502623/pastebin-vulkaninfo.txt) [pastebin-kohi-log.txt](https://github.com/travisvroman/kohi/files/12502624/pastebin-kohi-log.txt)

bug

For consistency, use VK_TRUE and VK_FALSE instead of true/false as defined in custom types. This should be done for all Vulkan files (backend/implementation only, of course). This is low priority.

bug

Per a comment from Bradley Stach on YT: > for the keycodes that come through in NSEvent, use #import The defines for the key codes then follow the form kVK_Space,...

enhancement

Copied from a comment on YT: During testing I encountered case where allocated space at the end did not get freed. Steps I used: - make freelist for 3-4 elements...

bug

Per a comment on YT from April E, can eliminate the need to globally turn off key repeats by doing the following: - Solve the key repeating problem without needing...

enhancement
Linux

**Describe the bug** If the user presses both left and right shift keys, releases one, then the other, an event is only fired when the second key is released. Note...

bug
Windows

Currently, the engine only supports 4-channel textures. This is not always needed or wanted. Add support for the following texture configurations: - 1-channel (R8) - 2-channel (R8B8) - 3-channel (R8B8G8)...

enhancement
optimization