Commit Graph

567 Commits

Author SHA1 Message Date
kbz_8 57a7b10850 adding compiler version info to makefile header 2024-12-04 14:30:09 +01:00
kbz_8 777b92af8c adding missing include 2024-12-04 14:19:36 +01:00
kbz_8 b7183a1058 fixing window resizing 2024-12-04 14:04:44 +01:00
kbz_8 e425b66591 update dependencies (#104)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-12-03 14:35:12 +01:00
Kbz-8 8db78fc86b [BOT] update dependencies 2024-12-01 00:48:21 +00:00
kbz_8 122f4e8403 working on swapchains 2024-11-26 23:11:03 +01:00
kbz_8 843856d004 update dependencies (#103)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-11-24 18:11:21 +01:00
Kbz-8 afc17be8e4 [BOT] update dependencies 2024-11-24 00:41:50 +00:00
kbz_8 0b492d5d47 yes (#102) 2024-11-22 15:37:01 +01:00
kbz_8 8c63e316ef Edit valgrind.supp for libdbus & libnvidia leak (#101)
Added rules in valgrind.supp for libdbus.so & libnvidia leaks
2024-11-22 15:35:43 +01:00
Thomas Arnaud 375fa0f49e Edit valgrind.supp for libdbus & libnvidia lib 2024-11-22 13:59:35 +01:00
kbz_8 32b6053cfb working on rtt 2024-11-14 17:38:44 +01:00
kbz_8 ef50272a0c fixing rotation 2024-11-14 11:44:52 +01:00
kbz_8 c6aaa4e2fa fixing linux build failure 2024-11-13 12:23:16 +01:00
kbz_8 e29ea92202 adding transformations 2024-11-13 12:17:59 +01:00
kbz_8 eaf5be3061 adding nesting to debug logs 2024-11-05 12:49:21 +01:00
kbz_8 4ae7bd0420 improving BringToLayer 2024-11-05 11:59:31 +01:00
kbz_8 5f46c8cb55 fixing bug with image recreation 2024-11-05 11:50:40 +01:00
kbz_8 e8de2c169d adding clear color in mlx_clear_window 2024-11-04 21:21:46 +01:00
kbz_8 bccfb8cd90 update dependencies (#100)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-11-04 17:50:11 +01:00
Kbz-8 f3efdd8d72 [BOT] update dependencies 2024-11-03 00:40:16 +00:00
kbz_8 b59888efb3 yes 2024-11-03 01:23:52 +01:00
kbz_8 a662427097 added show and hide cursor support, fixing technological debt from original mlx, fixed missaligned comments in mlx.h 2024-10-31 15:16:01 +01:00
kbz_8 6669d78323 updating example 2024-10-31 13:07:07 +01:00
kbz_8 de30c11157 fixing texts 2024-10-31 12:54:05 +01:00
kbz_8 5cf965b9a1 yes 2024-10-31 12:36:44 +01:00
kbz_8 2854b19296 yes 2024-10-28 20:19:39 +01:00
kbz_8 d167538b3f yes 2024-10-28 20:17:39 +01:00
kbz_8 9dfe72f27c Fixing layering issues with text and textures (#99)
![image](https://github.com/user-attachments/assets/804d7dfa-90fd-4d61-b448-61ffa30ed00f)
2024-10-28 20:16:49 +01:00
Namonay 00fccf011e Formatting 2024-10-28 20:02:42 +01:00
Namonay a1bc4a801d Cleaned code 2024-10-28 00:29:11 +01:00
Namonay 8c287e4cbc add: bring textures to draw layer
Adding the Scene::BringToDrawLayer() to fix layering issues after a Scene::ResetScene() call
2024-10-27 23:12:07 +01:00
kbz_8 fed7111362 fixing segfault at exit 2024-10-27 21:18:22 +01:00
kbz_8 dbf4d3cc5b pushing for vavaas to debug 2024-10-27 20:55:21 +01:00
kbz_8 9499ade4c0 update dependencies (#98)
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action
2024-10-27 11:42:45 +01:00
Kbz-8 e470e4c43c [BOT] update dependencies 2024-10-27 00:40:14 +00:00
kbz_8 028cb57ff4 working on texts and fonts 2024-10-27 01:14:07 +02:00
kbz_8 625e23e624 feature(platform/window.cpp): put SDL_CreateWindow flags in a define (#97) 2024-10-27 00:42:33 +02:00
kbz_8 7114522d80 fixed code style 2024-10-27 00:34:41 +02:00
killian 1c073eb8eb feature(platform/window.cpp): put SDL_CreateWindow flags in a define
Signed-off-by: killian <oss@xtrm.me>
2024-10-27 00:32:22 +02:00
kbz_8 3aaa5df929 2.0 devFixing putpixel and put image overlapping incorrectly after a mlx_clear_window() call (#96)
Fixed m_draw_layer incrementation when TexturePut is called
2024-10-25 23:23:37 +02:00
Namonay 3828b98a60 Merge branch 'seekrs:2.0-dev' into 2.0-dev 2024-10-25 23:08:55 +02:00
kbz_8 da41f2836f yes 2024-10-24 19:13:02 +02:00
Namonay 2dadf5d29a better naming and removed todo🤓 2024-10-24 05:30:37 +02:00
Namonay 1ec2f72d26 this feels wrong 2024-10-24 05:16:37 +02:00
Namonay b0384830a9 Merge branch '2.0-dev' of github.com:Namonay/MacroLibX into 2.0-dev 2024-10-24 05:15:57 +02:00
Namonay e1fefba841 this feel so wrong 2024-10-24 05:13:41 +02:00
kbz_8 58ad52e1cc yes 2024-10-22 16:25:13 +02:00
kbz_8 a86f26f0f3 fixing compilation issues 2024-10-22 12:09:49 +02:00
kbz_8 92743b0b03 working on fonts 2024-10-21 23:21:50 +02:00