Commit Graph

84 Commits

Author SHA1 Message Date
Kbz-8 e018cad851 adding check to texture pointers 2024-01-26 11:59:57 +01:00
Kbz-8 05362905f7 improving descriptor sets and pools management 2024-01-20 08:46:50 +01:00
Kbz-8 04db0a7441 adding fps capper 2024-01-18 15:25:13 +01:00
Kbz-8 58e687c952 fixing allocation issues with texts 2024-01-18 13:57:41 +01:00
Kbz-8 a0b536483a fixing shit 2024-01-17 07:41:15 +01:00
Kbz-8 de1e8ed563 i dont know chat i did i was high as f*ck 2024-01-17 05:30:38 +01:00
Kbz-8 a832c3ca40 fixing issue with swapchain recreation 2024-01-16 07:19:27 +01:00
Namonay 178690cff3 Fixed mlx_mouse_move() not updating mouse position
Removed SDL_FlushEvent(SDL_MOUSEMOTION) preventing Input::update() from catching new mouse position after a mlx_mouse_move() call
2024-01-12 04:24:24 +01:00
Namonay eaa1b9afd0 Merge branch 'seekrs:indev' into indev 2024-01-12 01:28:25 +01:00
Namonay a2d40ce844 Added protections to THE bridge 2024-01-12 01:27:02 +01:00
Kbz-8 c2d27c8434 fixing compilation error 2024-01-11 15:47:45 +01:00
Kbz-8 5f55dd9b9a fixing vsupp missing character 2024-01-11 15:46:11 +01:00
Kbz-8 34bdb740c2 new text management, texts and textures are on the same level, new texture rendering management, fixing issues 2024-01-11 05:23:16 +01:00
Kbz-8 c485f039fb fixing color management issue with texts 2024-01-10 20:22:53 +01:00
Kbz-8 0f16255240 fixing windows compilation issue 2024-01-10 18:37:14 +01:00
Kbz-8 91661fd206 adding profiler 2024-01-10 18:32:40 +01:00
Namonay 2b557d5be7 removed useless includes 🤓 2024-01-09 01:28:50 +01:00
Kbz-8 c6a024d911 fixing issue with fonts vulkan descriptor destroyed 2024-01-08 22:18:45 +01:00
Kbz-8 f5c581d89c figin another MacOS compilation error 2024-01-07 01:45:12 +01:00
Kbz-8 765a04d9b5 fixing compilation issues 2024-01-07 01:40:19 +01:00
Kbz-8 ccbd7561f4 fixing better vk command buffers management 2024-01-07 01:34:02 +01:00
Kbz-8 d9a7f337ba working on cmd resources management 2024-01-05 23:13:35 +01:00
Kbz-8 4087fca980 fixing SDL issue on windows 2023-12-31 01:08:41 +01:00
Kbz-8 f3efb72a21 adding transparency support to pixel put 2023-12-28 16:59:36 +01:00
Kbz-8 5babfde870 fixing issue when creating multiple mlx application with leaks in the first one 2023-12-28 01:06:03 +01:00
Kbz-8 9aaa26ddf5 fixing frame capture 2023-12-24 16:07:09 +01:00
Kbz-8 064f660852 adding possible new feature 2023-12-22 23:21:24 +01:00
Kbz-8 cae3db0ebf fixing issue with static casts 2023-12-22 00:45:06 +01:00
Kbz-8 79b01a5007 adding error messages when using a corrupted window pointer, dropping SDL init responsability when running in sandbox 2023-12-21 00:28:53 +01:00
Kbz-8 0b4b32b5ac removing GCC error 2023-12-16 20:20:51 +01:00
Kbz-8 1922b409dd adding error checks 2023-12-16 20:17:49 +01:00
Kbz-8 b28b144edb fixing issue when destroying an image in the loop hook, begenning single time command buffers manager 2023-12-15 21:08:46 +01:00
Kbz-8 d08a97f55c adding multiple font support 2023-12-14 19:13:41 +01:00
Kbz-8 401e6d13f3 moving profile to API scope 2023-12-11 20:28:58 +01:00
Kbz-8 b5ce2347f6 improving custom malloc, removing unused code in input system 2023-12-11 19:30:37 +01:00
Kbz-8 52ca0c0d1b suppress warnings 2023-12-10 23:12:22 +01:00
Kbz-8 b79b8da031 improving vsupp file 2023-12-09 18:02:30 +01:00
kbz_8 d16af1c4a8 fixing windows dll issues 2023-12-08 23:33:26 +01:00
Kbz-8 5dcc2045d6 adding symbols to dll on windows 2023-12-08 19:13:25 +01:00
Kbz-8 19ce912afe adding symbols to dll on windows 2023-12-08 18:56:33 +01:00
Kbz-8 b22064035a adding xmake support and windows workflow 2023-12-08 14:11:48 +01:00
Kbz-8 d5fa70d7ab fixing issue in 42 header 2023-12-08 12:56:59 +01:00
Kbz-8 689c9b3ed4 fixing memory leaks, begenning xmake support to build on windows 2023-12-07 23:19:56 +01:00
Kbz-8 49c211cebc transparency management added 2023-11-25 10:31:06 +01:00
Kbz-8 38768c85c9 improving font management 2023-11-24 19:34:15 +01:00
Kbz-8 d6b6dd955c new feature, font loading 2023-11-23 14:37:42 +01:00
Kbz-8 c93d7854d0 fixing compilation error 2023-11-20 07:29:36 +01:00
Kbz-8 9fdb514541 fixing spaces in indentaions 2023-11-20 07:28:03 +01:00
kbz_8 35f5f41258 fixed error message for image file loading 2023-11-18 17:57:06 +01:00
Kbz-8 f6201014aa cleaning renderpass, framebuffers and swapchain code, setting all vulkan resources to NULL after destroy 2023-11-18 17:25:30 +01:00