Commit Graph

619 Commits

Author SHA1 Message Date
Kbz-8
ffe5704673 fixing compilation issues with GCC 2024-09-14 00:05:50 +02:00
kbz_8
20ec13d2b9 resolving merge (#83) 2024-09-13 23:54:58 +02:00
Kbz-8
77bfe4ff11 yes 2024-09-13 23:51:01 +02:00
kbz_8
33d2b98c55 adding support for changing window position (#82)
added window move function
2024-09-12 21:00:40 +02:00
kbz_8
1adce43d9f fixing codestyle in application.inl 2024-09-12 03:32:08 +02:00
Tidian Delage
466050ee7a 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
kbz_8
6bc505de13 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
d70d748877 [BOT] update dependencies 2024-09-07 01:17:30 +00:00
Kbz-8
6eaf871d45 fixing compilation issues 2024-09-05 00:41:52 +02:00
Kbz-8
0a84ea6a18 fixing compilation issues, working on textures 2024-09-04 02:35:01 +02:00
Kbz-8
1b996af83f starting to fix compilation issues 2024-09-02 13:36:02 +02:00
Kbz-8
b7d554553b adding depth buffer, ci skip 2024-09-02 13:02:32 +02:00
Kbz-8
d5eeef9559 big refactoring ! ci skip 2024-09-02 09:44:42 +02:00
kbz_8
5cda85d16c 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
9318456afb [BOT] update dependencies 2024-08-31 01:18:08 +00:00
kbz_8
40fe100ecc 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
c1bfc0f27d [BOT] update dependencies 2024-08-17 01:12:49 +00:00
kbz_8
5a09ebb179 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
bonsthie
8370ae8324 Add <algorithm> header to fix compilation issue on Arch Linux
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 17:49:14 +02:00
kbz_8
a4fcbf187b update dependencies (#74)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-07-20 09:58:01 +02:00
Kbz-8
b15aa648e2 [BOT] update dependencies 2024-07-19 15:46:30 +00:00
kbz_8
9a88a8502e update dependencies (#73)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-07-13 03:50:02 +02:00
Kbz-8
34a46d643a [BOT] update dependencies 2024-07-13 01:13:25 +00:00
Kbz-8
7ecee717f8 fixing compoilation issues 2024-07-05 22:15:36 +02:00
kbz_8
359be83f49 update dependencies (#72)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-07-05 12:59:44 +02:00
Kbz-8
8c8c96bf30 [BOT] update dependencies 2024-07-02 01:12:05 +00:00
kbz_8
e30a243452 update dependencies (#71)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-07-01 22:07:45 +02:00
Kbz-8
f8e1cd4a66 [BOT] update dependencies 2024-06-29 01:10:23 +00:00
kbz_8
d5512b72fa update dependencies (#70)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-06-17 19:32:26 +02:00
Kbz-8
86f3d545ee [BOT] update dependencies 2024-06-15 01:10:51 +00:00
kbz_8
9149f42b95 update dependencies (#69)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-06-08 05:01:50 +02:00
Kbz-8
7aea6682f2 [BOT] update dependencies 2024-06-08 01:10:19 +00:00
kbz_8
d0ca0e4ab7 update dependencies (#68)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-06-04 14:44:26 +02:00
Kbz-8
f6dfed48dd [BOT] update dependencies 2024-06-01 01:13:48 +00:00
kbz_8
5a69dff9d7 update dependencies (#67)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-05-29 18:23:43 +02:00
Kbz-8
b7e2164f91 [BOT] update dependencies 2024-05-28 01:08:56 +00:00
Kbz-8
37e9410d12 removing GLFW support 2024-05-25 16:47:28 +02:00
kbz_8
273858ec8f update dependencies (#65)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-05-25 14:58:18 +02:00
Kbz-8
8f088eb76d [BOT] update dependencies 2024-05-23 01:08:01 +00:00
kbz_8
a7433a6570 🐛 fix(vsupp): dl and dbus errors suppressed (#66)
ehehheheheh
2024-05-22 18:53:36 +02:00
Arkturius
3ab445e780 🐛 fix(vsupp): dl and dbus errors suppressed 2024-05-22 18:30:59 +02:00
killian
dd554cce2a feature(Makefile): change color when compiling in debug 2024-04-24 15:00:22 +02:00
killian
a182b53d7f feature(Makefile): remove bc dependency, allow usage of -j with make re 2024-04-24 14:57:20 +02:00
Kbz-8
a5f85a8a4c fixing segmentation fault on mlx_destroy_image 2024-04-24 13:52:34 +02:00
Kbz-8
edb44070a9 still refactor 2024-04-24 13:47:58 +02:00
Kbz-8
be19b71c55 still working on code refactoring 2024-04-23 22:59:33 +02:00
kbz_8
ae6a86800e Cool Makefile I guess (#64)
yada yada yada
2024-04-23 22:52:09 +02:00
xtrm
b85e0444cb 🔨 chore: mauvaisfeedback 2024-04-23 22:46:32 +02:00
Kbz-8
f8a856db1c working on code refactor 2024-04-23 20:59:50 +02:00
xtrm
fc33d33508 🔨 chore(actions): change usage of DEBUG=true to the debug rule 2024-04-23 20:42:39 +02:00