Commit graph

87 commits

Author SHA1 Message Date
Raphael
7714465d62 style(ignore): removing flake.lock to tracked files 2025-05-05 16:29:01 +02:00
Raphael
a0791f9c01 style(nix): removing flake.lock 2025-05-05 16:28:23 +02:00
Raphael
669ab480e0 build(nix): updating the flake for nix build propose 2025-05-05 16:27:09 +02:00
Raphael
473e9df5d4 build(nix): adding the flake for nix 2025-05-05 16:11:41 +02:00
Baptiste Goulard coderc de lacam
e7cc81387e Fix: added check on missing player 2024-12-20 17:13:13 +01:00
Raphaël
fa1826a0be style: renaming the maps for corresponding to bgoulard names 2024-12-20 17:09:19 +01:00
Baptiste Goulard coderc de lacam
06e47c0309 Fix: fix on multiple player catch + traverse map ' ' != wall 2024-12-20 16:56:04 +01:00
Baptiste Goulard coderc de lacam
22a93a5a58 Fix: fix on multiple player catch 2024-12-20 16:35:37 +01:00
Baptiste Goulard coderc de lacam
4d2b8cb60b Fix: no longer launch window in case of parse error, catch error on multiple player in map 2024-12-20 16:02:08 +01:00
Raphaël
b26a84b9bb build: not forcing the default compilator 2024-12-20 15:07:20 +01:00
Baptiste Goulard coderc de lacam
c120ee5a5f Fix: fix hole detection, fix norme mlx_struct.h + load_texture.c + error.c 2024-12-20 15:05:08 +01:00
Raphaël
6b11930534 build: using only the mandatory flags for correcting 2024-12-20 15:00:37 +01:00
Raphaël
cc816e2ce9 build: adding rules to makefile (for mlx stuff) 2024-12-20 13:48:47 +01:00
B.Goulard
81bb473f56 Fix: fix leak in case of bad texture instantiation 2024-12-20 13:25:46 +01:00
B.Goulard
820b5f3bcc Fix: check on background + check for metainfo in the map + fix tilemap size calculation 2024-12-19 22:35:37 +01:00
B.Goulard
7f1091b721 Fix: removed the t_img texture and left the t_texture instead. 2024-12-17 17:28:51 +01:00
B.Goulard
eda859f200 Fix:added check on ressources (aka textures) 2024-12-17 17:08:48 +01:00
Raphael Parodi
85cd0d2989 fix auto compile mlx 2024-12-17 16:52:54 +01:00
B.Goulard
fdffda3431 Fix: fix compilation on libft (accidental deletion of required files 2024-12-17 10:48:41 +01:00
Raphael
05e32c3ab5 feat: changing the textures style: removing test libft 2024-12-17 10:06:42 +01:00
B.Goulard
29b932b948 v1.0.2 normed includes, removed and swapped include mlx_functions file to mlx.h in minilibx-linux 2024-12-16 15:44:46 +01:00
B.Goulard
e14340f124 v1.0.1 - masked trailing global to singleton and deleted trailing files from repo 2024-12-16 15:29:18 +01:00
B.Goulard
3f43074d05 v1.0 - normed texture system, multiple keypress, fixes on parsing, removed trailing maps 2024-12-16 14:56:22 +01:00
Raphael
e581c72b02 feat: testing how to play with textures 2024-12-09 14:33:53 +01:00
Raphael
badd6534f4 feat: adding all the textures 2024-12-05 16:34:12 +01:00
Raphael
954c5f76d6 style: normed all the repo (except the debug function and the too_many_args 2024-12-01 18:59:17 +01:00
Raphael
57c7893501 style: normed raycast/get_cl.c 2024-12-01 17:57:36 +01:00
Baptiste GOULARD
d66e1ec615 norm: norming of parsing/ and source/cleanup.c 2024-12-01 17:55:09 +01:00
Raphael
6f2677dde3 fix: the keyhook to move in the good way (Left != Right) 2024-12-01 17:37:38 +01:00
Baptiste GOULARD
0d432c6ba3 fix:mistake on merge port
[Fix] Fixed pos_i on the moves (used on the draw calls)
[Del] Removed trailling debug exit on search_hit func
2024-12-01 17:17:17 +01:00
B.Goulard
aa496d4f5d merge of parsing and raycast finished (not normed) 2024-11-29 17:12:04 +01:00
Baptiste GOULARD
00dc0e9e67 tmp push merge resolution not finished 2024-11-28 16:02:06 +01:00
Baptiste GOULARD
2568aa69a6 merge bgoulard branch on master 2024-11-28 13:56:45 +01:00
Baptiste GOULARD
abfb831803 test ray v.final :D (if you're here again you f'ed up) 2024-11-28 12:11:31 +01:00
Raphael
f100ccef11 feat: adding the full screen support (hard-coded) 2024-11-27 19:53:13 +01:00
Raphaël
2faabaa713
Removing the testing line 2024-11-27 16:19:09 +01:00
Raphael
9ae3eb011f feat: raycasting functionnal 2024-11-27 16:10:31 +01:00
B.Goulard
8211ff19ea v1 of parsing finished 2024-11-27 12:01:31 +01:00
Raphael
a3b0d266bb style: removing clangd 2024-11-23 12:43:50 +01:00
Raphael
19864c0133 fix: patching the compilation on linux 2024-11-23 12:42:32 +01:00
Raphael
dd30bf069b fix: correcting the raycasting view crash 2024-11-23 12:34:44 +01:00
Raphael
bcdeec3271 feat: adding the visualisation of the raycating but crashed 2024-11-22 22:02:57 +01:00
Raphael
6cee3288cf feat: adding the list 2024-11-22 15:35:25 +01:00
Raphael
646a95451d feat: adding the loading of texture 2024-11-20 15:30:26 +01:00
B.Goulard
d586acba8f feat: advancement on map parse 2024-11-18 17:25:27 +01:00
Raphael
761178fcae adding the correction helped by maiboyer and bgoulard 2024-11-18 16:27:02 +01:00
Raphael
2e2f0927c4 using the balnk function of bgoulard 2024-11-18 14:49:01 +01:00
B.Goulard
565c55dcf5 feat: added texteures for test as a/b + added auto clangd creation in Makefile 2024-11-18 14:47:56 +01:00
Raphael
0553c58e4b adding the parsing of bgougou 2024-11-18 14:22:37 +01:00
Raphael
97dd0ac698 Merge remote-tracking branch 'origin/master' into raph 2024-11-18 14:20:24 +01:00