Commit Graph

651 Commits

Author SHA1 Message Date
Kbz-8
f2cbd6679d [BOT] update dependencies 2024-10-08 01:23:20 +00:00
2e93798948 update dependencies (#90)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-10-07 06:09:15 +02:00
Kbz-8
d4ea03e047 [BOT] update dependencies 2024-10-07 01:25:31 +00:00
5866f5ac25 update dependencies (#89)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-10-06 07:50:37 +02:00
Kbz-8
53650f3153 [BOT] update dependencies 2024-10-06 01:35:52 +00:00
cc8fb1bbb3 update dependencies (#88)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-10-06 02:05:35 +02:00
Kbz-8
a3334277c6 [BOT] update dependencies 2024-10-05 01:22:08 +00:00
a593838c4d dumbass (#87) 2024-09-30 03:26:07 +02:00
xtrm
b4e61e1875 Update mlx.h 2024-09-30 03:15:44 +02:00
ef72083bd0 update dependencies (#86)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-09-28 22:03:43 +02:00
Kbz-8
b0924861aa [BOT] update dependencies 2024-09-27 01:23:16 +00:00
99437a6d6a adding shaders compilation in makefile 2024-09-22 21:39:20 +02:00
ad35eee0b6 fixing release compilation issue 2024-09-21 12:56:21 +02:00
904b6d31ac adding debug vulkan resources names 2024-09-21 12:18:42 +02:00
2e08c37624 fixing bugs 2024-09-20 21:43:23 +02:00
f9c05d6d7b fixing kvf issues 2024-09-20 17:41:52 +02:00
1e2705ef06 removing all singletons 2024-09-20 17:29:42 +02:00
8348f9ce7a fixing SDLManager 2024-09-20 17:02:55 +02:00
092e5acd9b fixing vulkan loader, moving vulkan pfns to RenderCore 2024-09-20 16:14:14 +02:00
f4e4672cc6 working on vulkan loader 2024-09-16 05:07:02 +02:00
fcb2d1d9bc fixing warnings in kvf 2024-09-15 10:11:08 +02:00
a4b14baddd fixing compilation issues 2024-09-15 09:03:52 +02:00
596393ed20 implementing mouse move and get screen size, removing warnings 2024-09-15 08:56:22 +02:00
2b9b026d68 AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHHHHHHHHHHH 2024-09-15 07:56:28 +02:00
4c17f2e165 fixing windows build x3 | replacing compile commands by compile flags 2024-09-15 07:52:25 +02:00
91b51a5621 fixing windows build x2 2024-09-14 13:20:31 +02:00
976afdac3d fixing windows build 2024-09-14 13:14:36 +02:00
429bd9eabd fixing macos and windows CI ? x3 2024-09-14 13:04:43 +02:00
30e07d1f1a fixing macos and windows CI ? 2024-09-14 12:53:29 +02:00
48d09e40d5 fixing macos and windows CI ? 2024-09-14 12:44:25 +02:00
7f2d60f21d fixing compilation issues 2024-09-14 09:55:19 +02:00
a4801fbce8 merge indev into master (#84) 2024-09-14 00:45:30 +02:00
760317dcc7 fixing compilation issues with GCC 2024-09-14 00:05:50 +02:00
520ce8d61e resolving merge (#83) 2024-09-13 23:54:58 +02:00
cd29248fc6 yes 2024-09-13 23:51:01 +02:00
7db31b13c2 adding support for changing window position (#82)
added window move function
2024-09-12 21:00:40 +02:00
4f6886517e fixing codestyle in application.inl 2024-09-12 03:32:08 +02:00
Tidian Delage
d87d4fbd6a adding support for changing window position
mlx_set_window_position(void *mlx, void *win, int x, int y)
2024-09-12 01:32:52 +02:00
aa09d9d83f update dependencies (#80)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-09-07 05:17:36 +02:00
Kbz-8
34b4d2bda0 [BOT] update dependencies 2024-09-07 01:17:30 +00:00
8888bd03d8 fixing compilation issues 2024-09-05 00:41:52 +02:00
8ad6d84bd2 fixing compilation issues, working on textures 2024-09-04 02:35:01 +02:00
e0da415e86 starting to fix compilation issues 2024-09-02 13:36:02 +02:00
a455d7704d adding depth buffer, ci skip 2024-09-02 13:02:32 +02:00
f65ac577bc big refactoring ! ci skip 2024-09-02 09:44:42 +02:00
06372a84ed update dependencies (#79)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-09-02 09:42:20 +02:00
Kbz-8
1dae0931f7 [BOT] update dependencies 2024-08-31 01:18:08 +00:00
3d8ab31abb update dependencies (#75)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-08-22 23:13:32 +02:00
Kbz-8
5dcb7402e1 [BOT] update dependencies 2024-08-17 01:12:49 +00:00
8b9ef40f99 Add <algorithm> header to fix compilation issue on Arch Linux (#76)
The code was failing to compile on Arch Linux due to missing definitions
from the <algorithm> header. Including this header resolves the issue,
ensuring compatibility across different environments.
2024-08-08 18:10:22 +02:00