Commit graph

10 commits

Author SHA1 Message Date
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
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
Baptiste GOULARD
d66e1ec615 norm: norming of parsing/ and source/cleanup.c 2024-12-01 17:55:09 +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
B.Goulard
d586acba8f feat: advancement on map parse 2024-11-18 17:25:27 +01:00
Baptiste GOULARD
e4d2dfda21 feat: added maps, added readfile to parsing 2024-11-12 11:30:30 +01:00
B.Goulard
4db733648e feat: finished base framework to test mlx ideas 2024-11-12 06:22:27 +01:00
B.Goulard
15d7738baf fix: fixed double free on cleanup call -> used ft_free to set ptr to
null
2024-11-11 21:42:41 +01:00
B.Goulard
8ee1c5f85a First shot on structures, First shot on option
option:
    Added options for help, debug, save, file using bgoulard lib
structures:
    Moved cub3d.h structures to cub3d_struct.h
    Added color, dpoint, ipoint, tile, cli, error
    Modified t_map, t_player to use previously mentioned struct :
	ipoint, dpoint, tyle
2024-11-09 01:53:22 +01:00