aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
committerJozanLeClerc <bousset.rudy@gmail.com>2020-05-20 17:32:07 +0200
commit630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a (patch)
treeac28370d9724f37905d990ffdfe46ce847ed61a3
parentAdded Makefiles rules to start adventures (diff)
download42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.gz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.bz2
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.xz
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.tar.zst
42-cub3d-630a08bb8c1f1b9b25c3f66687e46c8cb37fa58a.zip
Release edition
-rw-r--r--Makefile1
-rw-r--r--inc/cub3d.h6
-rw-r--r--inc/cub3d_defines.h6
-rw-r--r--inc/cub3d_structs.h6
-rw-r--r--libft/Makefile1
-rw-r--r--libft/inc/libft.h6
-rw-r--r--libft/src/ft_atoi.c6
-rw-r--r--libft/src/ft_bzero.c6
-rw-r--r--libft/src/ft_calloc.c6
-rw-r--r--libft/src/ft_dprintf.c6
-rw-r--r--libft/src/ft_intlen.c6
-rw-r--r--libft/src/ft_intlen_base.c6
-rw-r--r--libft/src/ft_isalnum.c6
-rw-r--r--libft/src/ft_isalpha.c6
-rw-r--r--libft/src/ft_isascii.c6
-rw-r--r--libft/src/ft_ischarset.c6
-rw-r--r--libft/src/ft_isdigit.c6
-rw-r--r--libft/src/ft_isprint.c6
-rw-r--r--libft/src/ft_isspace.c6
-rw-r--r--libft/src/ft_itoa.c6
-rw-r--r--libft/src/ft_itoa_base.c6
-rw-r--r--libft/src/ft_kernel_panic.c6
-rw-r--r--libft/src/ft_lstadd_back.c6
-rw-r--r--libft/src/ft_lstadd_front.c6
-rw-r--r--libft/src/ft_lstclear.c6
-rw-r--r--libft/src/ft_lstdelone.c6
-rw-r--r--libft/src/ft_lstiter.c6
-rw-r--r--libft/src/ft_lstlast.c6
-rw-r--r--libft/src/ft_lstmap.c6
-rw-r--r--libft/src/ft_lstnew.c6
-rw-r--r--libft/src/ft_lstsize.c6
-rw-r--r--libft/src/ft_memccpy.c6
-rw-r--r--libft/src/ft_memchr.c6
-rw-r--r--libft/src/ft_memcmp.c6
-rw-r--r--libft/src/ft_memcpy.c6
-rw-r--r--libft/src/ft_memdel.c6
-rw-r--r--libft/src/ft_memlchr.c6
-rw-r--r--libft/src/ft_memmove.c6
-rw-r--r--libft/src/ft_memset.c6
-rw-r--r--libft/src/ft_nrealloc.c6
-rw-r--r--libft/src/ft_nstr.c6
-rw-r--r--libft/src/ft_printf.c6
-rw-r--r--libft/src/ft_printf_cat_output.c6
-rw-r--r--libft/src/ft_printf_flag_to_atoi.c6
-rw-r--r--libft/src/ft_printf_get_flags.c6
-rw-r--r--libft/src/ft_printf_get_s_putlen.c6
-rw-r--r--libft/src/ft_printf_get_width_nstr.c6
-rw-r--r--libft/src/ft_printf_init_struct.c6
-rw-r--r--libft/src/ft_printf_parts.c6
-rw-r--r--libft/src/ft_printf_process.c6
-rw-r--r--libft/src/ft_printf_put_char.c6
-rw-r--r--libft/src/ft_printf_put_hex.c6
-rw-r--r--libft/src/ft_printf_put_int.c6
-rw-r--r--libft/src/ft_printf_put_none.c6
-rw-r--r--libft/src/ft_printf_put_precision.c6
-rw-r--r--libft/src/ft_printf_put_ptr.c6
-rw-r--r--libft/src/ft_printf_put_str.c6
-rw-r--r--libft/src/ft_printf_put_width.c6
-rw-r--r--libft/src/ft_printf_treat_flags.c6
-rw-r--r--libft/src/ft_printf_use_flags.c6
-rw-r--r--libft/src/ft_putchar.c6
-rw-r--r--libft/src/ft_putchar_fd.c6
-rw-r--r--libft/src/ft_putendl.c6
-rw-r--r--libft/src/ft_putendl_fd.c6
-rw-r--r--libft/src/ft_putnbr.c6
-rw-r--r--libft/src/ft_putnbr_base.c6
-rw-r--r--libft/src/ft_putnbr_fd.c6
-rw-r--r--libft/src/ft_putnchar.c6
-rw-r--r--libft/src/ft_putstr.c6
-rw-r--r--libft/src/ft_putstr_fd.c6
-rw-r--r--libft/src/ft_split.c6
-rw-r--r--libft/src/ft_sprintf.c6
-rw-r--r--libft/src/ft_sqrt.c6
-rw-r--r--libft/src/ft_strcat.c6
-rw-r--r--libft/src/ft_strchr.c6
-rw-r--r--libft/src/ft_strcmp.c6
-rw-r--r--libft/src/ft_strdup.c6
-rw-r--r--libft/src/ft_strjoin.c6
-rw-r--r--libft/src/ft_strlcat.c6
-rw-r--r--libft/src/ft_strlchr.c6
-rw-r--r--libft/src/ft_strlcpy.c6
-rw-r--r--libft/src/ft_strlen.c6
-rw-r--r--libft/src/ft_strmapi.c6
-rw-r--r--libft/src/ft_strncmp.c6
-rw-r--r--libft/src/ft_strnlen.c6
-rw-r--r--libft/src/ft_strnstr.c6
-rw-r--r--libft/src/ft_strrchr.c6
-rw-r--r--libft/src/ft_strtrim.c6
-rw-r--r--libft/src/ft_substr.c6
-rw-r--r--libft/src/ft_tolower.c6
-rw-r--r--libft/src/ft_toupper.c6
-rw-r--r--libft/src/ft_uintlen.c6
-rw-r--r--libft/src/ft_uintlen_base.c6
-rw-r--r--libft/src/ft_uitoa.c6
-rw-r--r--libft/src/ft_uitoa_base.c6
-rw-r--r--libft/src/get_next_line.c6
-rw-r--r--libft/src/get_next_line_utils.c6
-rw-r--r--map/qst_two_corridor.cub3
-rw-r--r--map/quest_start.cub2
-rw-r--r--minilibx-linux/Makefile.gen2
-rw-r--r--minilibx-linux/test/Makefile.gen2
-rw-r--r--src/ft_bad_boy_actions.c6
-rw-r--r--src/ft_basic_keys.c6
-rw-r--r--src/ft_big_t.c6
-rw-r--r--src/ft_can_it_shoot.c6
-rw-r--r--src/ft_castray_loop.c6
-rw-r--r--src/ft_check_ext.c6
-rw-r--r--src/ft_check_map_line.c6
-rw-r--r--src/ft_check_map_surrounds.c6
-rw-r--r--src/ft_check_missing.c6
-rw-r--r--src/ft_check_missing_defines.c6
-rw-r--r--src/ft_check_missing_sfx.c6
-rw-r--r--src/ft_check_not_found.c6
-rw-r--r--src/ft_click_close.c6
-rw-r--r--src/ft_collision.c6
-rw-r--r--src/ft_convert_keycode.c6
-rw-r--r--src/ft_damage_bad_boy.c6
-rw-r--r--src/ft_death_hooks.c6
-rw-r--r--src/ft_death_screen.c6
-rw-r--r--src/ft_del_map.c6
-rw-r--r--src/ft_del_sfx_cmd.c6
-rw-r--r--src/ft_del_sprites_lists.c6
-rw-r--r--src/ft_del_tex.c6
-rw-r--r--src/ft_detect.c6
-rw-r--r--src/ft_draw_ammo_back.c6
-rw-r--r--src/ft_draw_ammo_bar.c6
-rw-r--r--src/ft_draw_ammo_caption.c6
-rw-r--r--src/ft_draw_circle.c6
-rw-r--r--src/ft_draw_handweap.c6
-rw-r--r--src/ft_draw_health_caption.c6
-rw-r--r--src/ft_draw_hud.c6
-rw-r--r--src/ft_draw_life_bar.c6
-rw-r--r--src/ft_draw_map.c6
-rw-r--r--src/ft_draw_map_back.c6
-rw-r--r--src/ft_draw_scene.c6
-rw-r--r--src/ft_draw_sprite.c6
-rw-r--r--src/ft_draw_sprite_extra.c6
-rw-r--r--src/ft_draw_square.c6
-rw-r--r--src/ft_draw_textures.c6
-rw-r--r--src/ft_error.c6
-rw-r--r--src/ft_exit.c6
-rw-r--r--src/ft_extra_keys.c6
-rw-r--r--src/ft_find_item.c6
-rw-r--r--src/ft_floor_cast.c6
-rw-r--r--src/ft_floor_cast_inits.c6
-rw-r--r--src/ft_floor_threads.c6
-rw-r--r--src/ft_free_words.c6
-rw-r--r--src/ft_get_colors.c6
-rw-r--r--src/ft_get_darkness.c6
-rw-r--r--src/ft_get_fps_count.c6
-rw-r--r--src/ft_get_map.c6
-rw-r--r--src/ft_get_map_dims.c6
-rw-r--r--src/ft_get_music.c6
-rw-r--r--src/ft_get_nlvl_pos.c6
-rw-r--r--src/ft_get_path_nl.c6
-rw-r--r--src/ft_get_player_spawn.c6
-rw-r--r--src/ft_get_res.c6
-rw-r--r--src/ft_get_screen_size.c6
-rw-r--r--src/ft_get_spawns.c6
-rw-r--r--src/ft_get_sprite.c6
-rw-r--r--src/ft_get_sprite_spawns.c6
-rw-r--r--src/ft_get_tex.c6
-rw-r--r--src/ft_get_tex_extra.c6
-rw-r--r--src/ft_get_tex_nl.c6
-rw-r--r--src/ft_get_traps.c6
-rw-r--r--src/ft_hex_to_rgb.c6
-rw-r--r--src/ft_hooks_and_loops.c6
-rw-r--r--src/ft_hud_threads.c6
-rw-r--r--src/ft_hud_threads_next.c6
-rw-r--r--src/ft_init_bad_boys.c6
-rw-r--r--src/ft_init_bmp.c6
-rw-r--r--src/ft_init_funptr.c6
-rw-r--r--src/ft_init_lists.c6
-rw-r--r--src/ft_init_map.c6
-rw-r--r--src/ft_init_s_ray.c6
-rw-r--r--src/ft_init_sfx.c6
-rw-r--r--src/ft_init_sprites.c6
-rw-r--r--src/ft_init_winlx.c6
-rw-r--r--src/ft_key_events.c6
-rw-r--r--src/ft_key_loop.c6
-rw-r--r--src/ft_key_release.c6
-rw-r--r--src/ft_music.c6
-rw-r--r--src/ft_parse_map.c6
-rw-r--r--src/ft_raycasting.c6
-rw-r--r--src/ft_rgb_to_hex.c6
-rw-r--r--src/ft_save_to_bmp.c6
-rw-r--r--src/ft_select_bad_boy_action.c6
-rw-r--r--src/ft_select_get.c6
-rw-r--r--src/ft_set_minimap_scale.c6
-rw-r--r--src/ft_sfx_bb_death.c6
-rw-r--r--src/ft_sfx_bb_fire.c6
-rw-r--r--src/ft_sfx_bb_scream.c6
-rw-r--r--src/ft_sfx_death.c6
-rw-r--r--src/ft_sfx_footstep.c6
-rw-r--r--src/ft_sfx_heal.c6
-rw-r--r--src/ft_sfx_new_level.c6
-rw-r--r--src/ft_sfx_ooa.c6
-rw-r--r--src/ft_sfx_pain.c6
-rw-r--r--src/ft_sfx_trap.c6
-rw-r--r--src/ft_sfx_weapon_one.c6
-rw-r--r--src/ft_sfx_weapon_three.c6
-rw-r--r--src/ft_sfx_weapon_two.c6
-rw-r--r--src/ft_sfx_weapon_two_alt.c6
-rw-r--r--src/ft_shoot.c6
-rw-r--r--src/ft_sort_s_t.c6
-rw-r--r--src/ft_suffer_animation.c6
-rw-r--r--src/ft_switch_weapons.c6
-rw-r--r--src/ft_tex_bad_boy_init.c6
-rw-r--r--src/ft_tex_init.c6
-rw-r--r--src/ft_tex_num_init.c6
-rw-r--r--src/ft_tex_sprites_extra_init.c6
-rw-r--r--src/ft_tex_weap_init.c6
-rw-r--r--src/ft_time.c6
-rw-r--r--src/ft_treat_args.c6
-rw-r--r--src/ft_wall_cast.c6
-rw-r--r--src/ft_wall_threads.c6
-rw-r--r--src/ft_warp_level.c6
-rw-r--r--src/main.c6
218 files changed, 641 insertions, 642 deletions
diff --git a/Makefile b/Makefile
index 92c8ab6..51453e8 100644
--- a/Makefile
+++ b/Makefile
@@ -171,6 +171,7 @@ CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
CFLAGS += -pthread
+CFLAGS += -march=native -O2 -pipe
#--------------------------------------------------------------------------------------------------#
ifdef DEBUG
CFLAGS += ${DBG}
diff --git a/inc/cub3d.h b/inc/cub3d.h
index 73c08a7..b709c3c 100644
--- a/inc/cub3d.h
+++ b/inc/cub3d.h
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* cub3d.h :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:20:11 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:20:12 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:20:11 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:20:12 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/inc/cub3d_defines.h b/inc/cub3d_defines.h
index 6da77ce..8a1eb89 100644
--- a/inc/cub3d_defines.h
+++ b/inc/cub3d_defines.h
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* cub3d_defines.h :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/15 15:40:25 by rbousset #+# #+# */
-/* Updated: 2020/02/15 15:40:27 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/15 15:40:25 by joelecle #+# #+# */
+/* Updated: 2020/02/15 15:40:27 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/inc/cub3d_structs.h b/inc/cub3d_structs.h
index 0685730..ad5cee4 100644
--- a/inc/cub3d_structs.h
+++ b/inc/cub3d_structs.h
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* cub3d_defines.h :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/15 15:40:25 by rbousset #+# #+# */
-/* Updated: 2020/02/15 15:40:27 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/15 15:40:25 by joelecle #+# #+# */
+/* Updated: 2020/02/15 15:40:27 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/Makefile b/libft/Makefile
index 8ad24a7..8d4703d 100644
--- a/libft/Makefile
+++ b/libft/Makefile
@@ -128,6 +128,7 @@ CFLAGS += -Wall
CFLAGS += -Wextra
CFLAGS += -Werror
CFLAGS += -pedantic
+CFLAGS += -march=native -O2 -pipe
ifdef DEBUG
CFLAGS += ${DBG}
endif
diff --git a/libft/inc/libft.h b/libft/inc/libft.h
index 843e97c..1066619 100644
--- a/libft/inc/libft.h
+++ b/libft/inc/libft.h
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* libft.h :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:19:27 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:19:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:19:27 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:19:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_atoi.c b/libft/src/ft_atoi.c
index 7a97eae..f73e022 100644
--- a/libft/src/ft_atoi.c
+++ b/libft/src/ft_atoi.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_atoi.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:22 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:24 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:22 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:24 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_bzero.c b/libft/src/ft_bzero.c
index bec9e50..e5710da 100644
--- a/libft/src/ft_bzero.c
+++ b/libft/src/ft_bzero.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_bzero.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:31 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:31 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:31 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:31 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_calloc.c b/libft/src/ft_calloc.c
index 88c5457..095b40b 100644
--- a/libft/src/ft_calloc.c
+++ b/libft/src/ft_calloc.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_calloc.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:32 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:32 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_dprintf.c b/libft/src/ft_dprintf.c
index caa28dc..7cba8fd 100644
--- a/libft/src/ft_dprintf.c
+++ b/libft/src/ft_dprintf.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_dprintf.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_intlen.c b/libft/src/ft_intlen.c
index c122657..3fb176b 100644
--- a/libft/src/ft_intlen.c
+++ b/libft/src/ft_intlen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_intlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_intlen_base.c b/libft/src/ft_intlen_base.c
index 47da31d..c43c096 100644
--- a/libft/src/ft_intlen_base.c
+++ b/libft/src/ft_intlen_base.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_intlen_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isalnum.c b/libft/src/ft_isalnum.c
index e764ac6..05848a2 100644
--- a/libft/src/ft_isalnum.c
+++ b/libft/src/ft_isalnum.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isalnum.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isalpha.c b/libft/src/ft_isalpha.c
index 562825d..55f3e63 100644
--- a/libft/src/ft_isalpha.c
+++ b/libft/src/ft_isalpha.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isalpha.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isascii.c b/libft/src/ft_isascii.c
index 8d2f3f2..6c7c3e6 100644
--- a/libft/src/ft_isascii.c
+++ b/libft/src/ft_isascii.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isascii.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_ischarset.c b/libft/src/ft_ischarset.c
index 95b9172..9977bb7 100644
--- a/libft/src/ft_ischarset.c
+++ b/libft/src/ft_ischarset.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_ischarset.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isdigit.c b/libft/src/ft_isdigit.c
index ebe1f40..60aa8ed 100644
--- a/libft/src/ft_isdigit.c
+++ b/libft/src/ft_isdigit.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isdigit.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:39 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:39 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:39 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:39 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isprint.c b/libft/src/ft_isprint.c
index 12fdb7a..53ac26c 100644
--- a/libft/src/ft_isprint.c
+++ b/libft/src/ft_isprint.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isprint.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_isspace.c b/libft/src/ft_isspace.c
index 188e94a..4fa0569 100644
--- a/libft/src/ft_isspace.c
+++ b/libft/src/ft_isspace.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_isspace.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_itoa.c b/libft/src/ft_itoa.c
index e10fbab..78ba65b 100644
--- a/libft/src/ft_itoa.c
+++ b/libft/src/ft_itoa.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_itoa.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_itoa_base.c b/libft/src/ft_itoa_base.c
index f3abe46..628cb01 100644
--- a/libft/src/ft_itoa_base.c
+++ b/libft/src/ft_itoa_base.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_itoa_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_kernel_panic.c b/libft/src/ft_kernel_panic.c
index 437a79a..c621777 100644
--- a/libft/src/ft_kernel_panic.c
+++ b/libft/src/ft_kernel_panic.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_kernel_panic.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstadd_back.c b/libft/src/ft_lstadd_back.c
index 3f031ab..3d607d6 100644
--- a/libft/src/ft_lstadd_back.c
+++ b/libft/src/ft_lstadd_back.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstadd_back.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstadd_front.c b/libft/src/ft_lstadd_front.c
index fac38cc..82f53d1 100644
--- a/libft/src/ft_lstadd_front.c
+++ b/libft/src/ft_lstadd_front.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstadd_front.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:40 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:40 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:40 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:40 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstclear.c b/libft/src/ft_lstclear.c
index 10a6d91..2416d31 100644
--- a/libft/src/ft_lstclear.c
+++ b/libft/src/ft_lstclear.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstclear.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstdelone.c b/libft/src/ft_lstdelone.c
index 3653e70..2514d57 100644
--- a/libft/src/ft_lstdelone.c
+++ b/libft/src/ft_lstdelone.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstdelone.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstiter.c b/libft/src/ft_lstiter.c
index 72810c9..3baf9e4 100644
--- a/libft/src/ft_lstiter.c
+++ b/libft/src/ft_lstiter.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstiter.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstlast.c b/libft/src/ft_lstlast.c
index 85a708b..92890be 100644
--- a/libft/src/ft_lstlast.c
+++ b/libft/src/ft_lstlast.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstlast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstmap.c b/libft/src/ft_lstmap.c
index b489527..a1361aa 100644
--- a/libft/src/ft_lstmap.c
+++ b/libft/src/ft_lstmap.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstmap.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstnew.c b/libft/src/ft_lstnew.c
index 9f66691..3f7569a 100644
--- a/libft/src/ft_lstnew.c
+++ b/libft/src/ft_lstnew.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstnew.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_lstsize.c b/libft/src/ft_lstsize.c
index 7134a9f..c947b2c 100644
--- a/libft/src/ft_lstsize.c
+++ b/libft/src/ft_lstsize.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_lstsize.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memccpy.c b/libft/src/ft_memccpy.c
index 70f8226..275a797 100644
--- a/libft/src/ft_memccpy.c
+++ b/libft/src/ft_memccpy.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memccpy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:41 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:41 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:41 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:41 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memchr.c b/libft/src/ft_memchr.c
index 8917427..91c6a15 100644
--- a/libft/src/ft_memchr.c
+++ b/libft/src/ft_memchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memcmp.c b/libft/src/ft_memcmp.c
index 39fbdf6..cb65f72 100644
--- a/libft/src/ft_memcmp.c
+++ b/libft/src/ft_memcmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memcmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memcpy.c b/libft/src/ft_memcpy.c
index 1357f2e..75d3de0 100644
--- a/libft/src/ft_memcpy.c
+++ b/libft/src/ft_memcpy.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memcpy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memdel.c b/libft/src/ft_memdel.c
index 38d6e08..03681d1 100644
--- a/libft/src/ft_memdel.c
+++ b/libft/src/ft_memdel.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memdel.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memlchr.c b/libft/src/ft_memlchr.c
index 643affc..25319bc 100644
--- a/libft/src/ft_memlchr.c
+++ b/libft/src/ft_memlchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memlchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memmove.c b/libft/src/ft_memmove.c
index 1aa3588..977cd84 100644
--- a/libft/src/ft_memmove.c
+++ b/libft/src/ft_memmove.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memmove.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_memset.c b/libft/src/ft_memset.c
index e53cf38..ed9a17f 100644
--- a/libft/src/ft_memset.c
+++ b/libft/src/ft_memset.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_memset.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_nrealloc.c b/libft/src/ft_nrealloc.c
index ea13f19..5163354 100644
--- a/libft/src/ft_nrealloc.c
+++ b/libft/src/ft_nrealloc.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_nrealloc.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_nstr.c b/libft/src/ft_nstr.c
index 7b09053..2d5fc85 100644
--- a/libft/src/ft_nstr.c
+++ b/libft/src/ft_nstr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_nstr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf.c b/libft/src/ft_printf.c
index ec1922f..4540973 100644
--- a/libft/src/ft_printf.c
+++ b/libft/src/ft_printf.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_cat_output.c b/libft/src/ft_printf_cat_output.c
index f340109..b93600f 100644
--- a/libft/src/ft_printf_cat_output.c
+++ b/libft/src/ft_printf_cat_output.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_cat_output.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_flag_to_atoi.c b/libft/src/ft_printf_flag_to_atoi.c
index 2f3c6e7..7693eca 100644
--- a/libft/src/ft_printf_flag_to_atoi.c
+++ b/libft/src/ft_printf_flag_to_atoi.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_flag_to_atoi.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_get_flags.c b/libft/src/ft_printf_get_flags.c
index ca49206..10ceef9 100644
--- a/libft/src/ft_printf_get_flags.c
+++ b/libft/src/ft_printf_get_flags.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_get_flags.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_get_s_putlen.c b/libft/src/ft_printf_get_s_putlen.c
index 3f26a90..c75f04d 100644
--- a/libft/src/ft_printf_get_s_putlen.c
+++ b/libft/src/ft_printf_get_s_putlen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_get_s_putlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:43 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:43 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:43 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:43 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_get_width_nstr.c b/libft/src/ft_printf_get_width_nstr.c
index 2aec3b8..bcae12c 100644
--- a/libft/src/ft_printf_get_width_nstr.c
+++ b/libft/src/ft_printf_get_width_nstr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_get_width_nstr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_init_struct.c b/libft/src/ft_printf_init_struct.c
index 8c65046..37e976e 100644
--- a/libft/src/ft_printf_init_struct.c
+++ b/libft/src/ft_printf_init_struct.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_init_struct.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_parts.c b/libft/src/ft_printf_parts.c
index f29d680..d27a05d 100644
--- a/libft/src/ft_printf_parts.c
+++ b/libft/src/ft_printf_parts.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_parts.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_process.c b/libft/src/ft_printf_process.c
index 92f4601..59a9b29 100644
--- a/libft/src/ft_printf_process.c
+++ b/libft/src/ft_printf_process.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_process.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_char.c b/libft/src/ft_printf_put_char.c
index f9cc6e5..db06532 100644
--- a/libft/src/ft_printf_put_char.c
+++ b/libft/src/ft_printf_put_char.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_char.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_hex.c b/libft/src/ft_printf_put_hex.c
index 68126a4..7f39ffa 100644
--- a/libft/src/ft_printf_put_hex.c
+++ b/libft/src/ft_printf_put_hex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_hex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_int.c b/libft/src/ft_printf_put_int.c
index 09b8bf6..8a85c30 100644
--- a/libft/src/ft_printf_put_int.c
+++ b/libft/src/ft_printf_put_int.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_int.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:44 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:44 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:44 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:44 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_none.c b/libft/src/ft_printf_put_none.c
index 01fd672..6b613c8 100644
--- a/libft/src/ft_printf_put_none.c
+++ b/libft/src/ft_printf_put_none.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_none.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_precision.c b/libft/src/ft_printf_put_precision.c
index af7f7b7..181f877 100644
--- a/libft/src/ft_printf_put_precision.c
+++ b/libft/src/ft_printf_put_precision.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_precision.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_ptr.c b/libft/src/ft_printf_put_ptr.c
index bd50443..75f699d 100644
--- a/libft/src/ft_printf_put_ptr.c
+++ b/libft/src/ft_printf_put_ptr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_ptr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_str.c b/libft/src/ft_printf_put_str.c
index 6834fff..e3324bd 100644
--- a/libft/src/ft_printf_put_str.c
+++ b/libft/src/ft_printf_put_str.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_str.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_put_width.c b/libft/src/ft_printf_put_width.c
index e649a65..4779322 100644
--- a/libft/src/ft_printf_put_width.c
+++ b/libft/src/ft_printf_put_width.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_put_width.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_treat_flags.c b/libft/src/ft_printf_treat_flags.c
index d7b11a1..ae37ff1 100644
--- a/libft/src/ft_printf_treat_flags.c
+++ b/libft/src/ft_printf_treat_flags.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_treat_flags.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_printf_use_flags.c b/libft/src/ft_printf_use_flags.c
index 562d499..384eeee 100644
--- a/libft/src/ft_printf_use_flags.c
+++ b/libft/src/ft_printf_use_flags.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_printf_use_flags.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:45 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:45 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:45 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:45 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putchar.c b/libft/src/ft_putchar.c
index b48bd32..eb70867 100644
--- a/libft/src/ft_putchar.c
+++ b/libft/src/ft_putchar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putchar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:56 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:56 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putchar_fd.c b/libft/src/ft_putchar_fd.c
index 7e32ea7..9155bd4 100644
--- a/libft/src/ft_putchar_fd.c
+++ b/libft/src/ft_putchar_fd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putchar_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:57 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:57 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putendl.c b/libft/src/ft_putendl.c
index 8ffbd60..53e8d89 100644
--- a/libft/src/ft_putendl.c
+++ b/libft/src/ft_putendl.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putendl.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:58 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:58 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:58 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:58 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putendl_fd.c b/libft/src/ft_putendl_fd.c
index c8c6401..c9c975f 100644
--- a/libft/src/ft_putendl_fd.c
+++ b/libft/src/ft_putendl_fd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putendl_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:06:59 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:06:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:06:59 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:06:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putnbr.c b/libft/src/ft_putnbr.c
index 3aacca3..9f553c2 100644
--- a/libft/src/ft_putnbr.c
+++ b/libft/src/ft_putnbr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putnbr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:00 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:00 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:00 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:00 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putnbr_base.c b/libft/src/ft_putnbr_base.c
index 3a04cad..85fb57a 100644
--- a/libft/src/ft_putnbr_base.c
+++ b/libft/src/ft_putnbr_base.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putnbr_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:01 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:01 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putnbr_fd.c b/libft/src/ft_putnbr_fd.c
index 437a6e6..a67636c 100644
--- a/libft/src/ft_putnbr_fd.c
+++ b/libft/src/ft_putnbr_fd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putnbr_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:02 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:02 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:02 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:02 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putnchar.c b/libft/src/ft_putnchar.c
index 5fdfc3f..ae96b2a 100644
--- a/libft/src/ft_putnchar.c
+++ b/libft/src/ft_putnchar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putnchar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:03 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:03 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:03 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:03 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putstr.c b/libft/src/ft_putstr.c
index 5cd7a6d..2531319 100644
--- a/libft/src/ft_putstr.c
+++ b/libft/src/ft_putstr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putstr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:03 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:03 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:03 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:03 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_putstr_fd.c b/libft/src/ft_putstr_fd.c
index ae827a1..ac48c86 100644
--- a/libft/src/ft_putstr_fd.c
+++ b/libft/src/ft_putstr_fd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_putstr_fd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:04 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:04 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:04 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:04 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_split.c b/libft/src/ft_split.c
index 3035a00..942377c 100644
--- a/libft/src/ft_split.c
+++ b/libft/src/ft_split.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_split.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:05 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:05 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:05 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:05 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_sprintf.c b/libft/src/ft_sprintf.c
index 8413505..ef54e89 100644
--- a/libft/src/ft_sprintf.c
+++ b/libft/src/ft_sprintf.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sprintf.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:06 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:06 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:06 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:06 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_sqrt.c b/libft/src/ft_sqrt.c
index ed69117..24339a6 100644
--- a/libft/src/ft_sqrt.c
+++ b/libft/src/ft_sqrt.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sqrt.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:06 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:06 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:06 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:06 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strcat.c b/libft/src/ft_strcat.c
index b43e439..e235ce2 100644
--- a/libft/src/ft_strcat.c
+++ b/libft/src/ft_strcat.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strcat.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:07 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:07 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:07 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:07 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strchr.c b/libft/src/ft_strchr.c
index 1f2e745..14db0d0 100644
--- a/libft/src/ft_strchr.c
+++ b/libft/src/ft_strchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:07 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:07 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:07 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:07 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strcmp.c b/libft/src/ft_strcmp.c
index 4122ab2..22f05a5 100644
--- a/libft/src/ft_strcmp.c
+++ b/libft/src/ft_strcmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strcmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:08 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:08 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:08 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:08 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strdup.c b/libft/src/ft_strdup.c
index ab5b5c1..ed69d35 100644
--- a/libft/src/ft_strdup.c
+++ b/libft/src/ft_strdup.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strdup.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:09 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:09 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:09 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:09 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strjoin.c b/libft/src/ft_strjoin.c
index 90650d0..e2c8f19 100644
--- a/libft/src/ft_strjoin.c
+++ b/libft/src/ft_strjoin.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strjoin.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:10 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:10 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:10 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:10 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strlcat.c b/libft/src/ft_strlcat.c
index b9feae1..d9588e6 100644
--- a/libft/src/ft_strlcat.c
+++ b/libft/src/ft_strlcat.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strlcat.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:10 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:10 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:10 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:10 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strlchr.c b/libft/src/ft_strlchr.c
index 228aa89..f4b4d38 100644
--- a/libft/src/ft_strlchr.c
+++ b/libft/src/ft_strlchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strlchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:11 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:11 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:11 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:11 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strlcpy.c b/libft/src/ft_strlcpy.c
index ed4d924..eb60651 100644
--- a/libft/src/ft_strlcpy.c
+++ b/libft/src/ft_strlcpy.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strlcpy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:11 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:11 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:11 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:11 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strlen.c b/libft/src/ft_strlen.c
index 90f5110..208d0e2 100644
--- a/libft/src/ft_strlen.c
+++ b/libft/src/ft_strlen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:12 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:12 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:12 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:12 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strmapi.c b/libft/src/ft_strmapi.c
index fe455c1..5239a6f 100644
--- a/libft/src/ft_strmapi.c
+++ b/libft/src/ft_strmapi.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strmapi.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:13 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:13 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:13 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:13 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strncmp.c b/libft/src/ft_strncmp.c
index 30a4562..cc841f4 100644
--- a/libft/src/ft_strncmp.c
+++ b/libft/src/ft_strncmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strncmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:13 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:13 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:13 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:13 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strnlen.c b/libft/src/ft_strnlen.c
index 325fa0d..9dfa39d 100644
--- a/libft/src/ft_strnlen.c
+++ b/libft/src/ft_strnlen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strnlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:14 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:14 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:14 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:14 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strnstr.c b/libft/src/ft_strnstr.c
index 58e1d0e..f8b00f7 100644
--- a/libft/src/ft_strnstr.c
+++ b/libft/src/ft_strnstr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strnstr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:14 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:14 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:14 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:14 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strrchr.c b/libft/src/ft_strrchr.c
index 1ebbdc3..9a245a9 100644
--- a/libft/src/ft_strrchr.c
+++ b/libft/src/ft_strrchr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strrchr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:15 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:15 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:15 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:15 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_strtrim.c b/libft/src/ft_strtrim.c
index 69fd95a..f5b0d67 100644
--- a/libft/src/ft_strtrim.c
+++ b/libft/src/ft_strtrim.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_strtrim.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:15 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:15 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:15 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:15 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_substr.c b/libft/src/ft_substr.c
index 6d94368..fb67da7 100644
--- a/libft/src/ft_substr.c
+++ b/libft/src/ft_substr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_substr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:15 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:15 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:15 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:15 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_tolower.c b/libft/src/ft_tolower.c
index 1877dbb..9d1e14d 100644
--- a/libft/src/ft_tolower.c
+++ b/libft/src/ft_tolower.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tolower.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:16 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:16 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:16 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:16 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_toupper.c b/libft/src/ft_toupper.c
index 864ef70..2bd02ee 100644
--- a/libft/src/ft_toupper.c
+++ b/libft/src/ft_toupper.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_toupper.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:16 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:16 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:16 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:16 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_uintlen.c b/libft/src/ft_uintlen.c
index da5be7b..f8deec4 100644
--- a/libft/src/ft_uintlen.c
+++ b/libft/src/ft_uintlen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_uintlen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:16 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:16 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:16 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:16 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_uintlen_base.c b/libft/src/ft_uintlen_base.c
index ba96a29..ec68057 100644
--- a/libft/src/ft_uintlen_base.c
+++ b/libft/src/ft_uintlen_base.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_uintlen_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:17 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:17 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:17 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:17 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_uitoa.c b/libft/src/ft_uitoa.c
index f1a5fa2..9f1671a 100644
--- a/libft/src/ft_uitoa.c
+++ b/libft/src/ft_uitoa.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_uitoa.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:18 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:18 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:18 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:18 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/ft_uitoa_base.c b/libft/src/ft_uitoa_base.c
index a931d29..0cba1ec 100644
--- a/libft/src/ft_uitoa_base.c
+++ b/libft/src/ft_uitoa_base.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_uitoa_base.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:19 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:19 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:19 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:19 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/get_next_line.c b/libft/src/get_next_line.c
index ae64125..f2bf94a 100644
--- a/libft/src/get_next_line.c
+++ b/libft/src/get_next_line.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* get_next_line.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:20 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:20 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:20 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:20 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/libft/src/get_next_line_utils.c b/libft/src/get_next_line_utils.c
index 42d5d3a..584b691 100644
--- a/libft/src/get_next_line_utils.c
+++ b/libft/src/get_next_line_utils.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* get_next_line_utils.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:07:20 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:07:20 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:07:20 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:07:20 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/map/qst_two_corridor.cub b/map/qst_two_corridor.cub
index 34a2443..269cbe0 100644
--- a/map/qst_two_corridor.cub
+++ b/map/qst_two_corridor.cub
@@ -13,9 +13,6 @@ S3 media/img/sprites/wood_chest.xpm
S4 media/img/sprites/castle_pillar.xpm
S5 media/img/sprites/knight.xpm
S6 media/img/sprites/brasero.xpm
-S7 media/img/sprites/longbow.xpm
-S8 media/img/sprites/swords.xpm
-S9 media/img/sprites/shield.xpm
MU media/sound/medieval_travelers.wav
diff --git a/map/quest_start.cub b/map/quest_start.cub
index 2d4972f..48cbb14 100644
--- a/map/quest_start.cub
+++ b/map/quest_start.cub
@@ -1,4 +1,4 @@
-R 1100 900
+R 1400 1000
NO media/img/tex/castle_wall.xpm
SO media/img/tex/castle_wall.xpm
diff --git a/minilibx-linux/Makefile.gen b/minilibx-linux/Makefile.gen
index cd865f6..629a0a4 100644
--- a/minilibx-linux/Makefile.gen
+++ b/minilibx-linux/Makefile.gen
@@ -1,5 +1,5 @@
INC=/usr/include
-HT=Linux
+HT=x86_64
DOCP=do_cp
##
## Makefile for MiniLibX in /home/boulon/work/c/raytraceur/minilibx
diff --git a/minilibx-linux/test/Makefile.gen b/minilibx-linux/test/Makefile.gen
index 2a6fb27..87788e6 100644
--- a/minilibx-linux/test/Makefile.gen
+++ b/minilibx-linux/test/Makefile.gen
@@ -1,5 +1,5 @@
INC=/usr/include
-HT=Linux
+HT=x86_64
DOCP=do_cp
diff --git a/src/ft_bad_boy_actions.c b/src/ft_bad_boy_actions.c
index 4e332cc..7c68bdd 100644
--- a/src/ft_bad_boy_actions.c
+++ b/src/ft_bad_boy_actions.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_bad_boy_actions.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_basic_keys.c b/src/ft_basic_keys.c
index 48a1305..3b9ce42 100644
--- a/src/ft_basic_keys.c
+++ b/src/ft_basic_keys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_basic_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_big_t.c b/src/ft_big_t.c
index 00beebf..b78b9bf 100644
--- a/src/ft_big_t.c
+++ b/src/ft_big_t.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sort_s_t.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_can_it_shoot.c b/src/ft_can_it_shoot.c
index 0029c39..38347ab 100644
--- a/src/ft_can_it_shoot.c
+++ b/src/ft_can_it_shoot.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_can_it_shoot.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_castray_loop.c b/src/ft_castray_loop.c
index 00cb589..4f16423 100644
--- a/src/ft_castray_loop.c
+++ b/src/ft_castray_loop.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_raycasting.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_ext.c b/src/ft_check_ext.c
index 9a953d0..0abc9b4 100644
--- a/src/ft_check_ext.c
+++ b/src/ft_check_ext.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_ext.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 15:33:28 by rbousset #+# #+# */
-/* Updated: 2020/02/17 15:33:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 15:33:28 by joelecle #+# #+# */
+/* Updated: 2020/02/17 15:33:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_map_line.c b/src/ft_check_map_line.c
index 44580db..ae50a51 100644
--- a/src/ft_check_map_line.c
+++ b/src/ft_check_map_line.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_map_line.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:34 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_map_surrounds.c b/src/ft_check_map_surrounds.c
index 8122cc3..b4b7d7f 100644
--- a/src/ft_check_map_surrounds.c
+++ b/src/ft_check_map_surrounds.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_map_surrounds.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:34 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:34 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing.c b/src/ft_check_missing.c
index 4fec8bb..b223e6f 100644
--- a/src/ft_check_missing.c
+++ b/src/ft_check_missing.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing_defines.c b/src/ft_check_missing_defines.c
index bc4054c..71a0486 100644
--- a/src/ft_check_missing_defines.c
+++ b/src/ft_check_missing_defines.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing_defines.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_missing_sfx.c b/src/ft_check_missing_sfx.c
index 7790d95..5248cba 100644
--- a/src/ft_check_missing_sfx.c
+++ b/src/ft_check_missing_sfx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_missing_sfx.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_check_not_found.c b/src/ft_check_not_found.c
index 25afe1a..1f5f4ab 100644
--- a/src/ft_check_not_found.c
+++ b/src/ft_check_not_found.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_check_not_found.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/19 19:26:27 by rbousset #+# #+# */
-/* Updated: 2020/02/19 19:26:28 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/19 19:26:27 by joelecle #+# #+# */
+/* Updated: 2020/02/19 19:26:28 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_click_close.c b/src/ft_click_close.c
index 814392a..65d314a 100644
--- a/src/ft_click_close.c
+++ b/src/ft_click_close.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_click_close.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_collision.c b/src/ft_collision.c
index ba44d49..071eb5d 100644
--- a/src/ft_collision.c
+++ b/src/ft_collision.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_collision.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_convert_keycode.c b/src/ft_convert_keycode.c
index 01d315c..d873cf8 100644
--- a/src/ft_convert_keycode.c
+++ b/src/ft_convert_keycode.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_convert_keycode.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 19:00:20 by rbousset #+# #+# */
-/* Updated: 2020/02/17 19:00:21 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 19:00:20 by joelecle #+# #+# */
+/* Updated: 2020/02/17 19:00:21 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_damage_bad_boy.c b/src/ft_damage_bad_boy.c
index 36c082f..36e996a 100644
--- a/src/ft_damage_bad_boy.c
+++ b/src/ft_damage_bad_boy.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_damage_bad_boy.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_death_hooks.c b/src/ft_death_hooks.c
index c6705b0..d856add 100644
--- a/src/ft_death_hooks.c
+++ b/src/ft_death_hooks.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_death_hooks.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_death_screen.c b/src/ft_death_screen.c
index 55a61cb..474c384 100644
--- a/src/ft_death_screen.c
+++ b/src/ft_death_screen.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_death_screen.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:20:05 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:20:06 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:20:05 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:20:06 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_map.c b/src/ft_del_map.c
index 49b9db9..9717084 100644
--- a/src/ft_del_map.c
+++ b/src/ft_del_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_sfx_cmd.c b/src/ft_del_sfx_cmd.c
index fdfdacd..6edacb9 100644
--- a/src/ft_del_sfx_cmd.c
+++ b/src/ft_del_sfx_cmd.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_sfx_cmd.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_sprites_lists.c b/src/ft_del_sprites_lists.c
index 2b37c26..7a73f0d 100644
--- a/src/ft_del_sprites_lists.c
+++ b/src/ft_del_sprites_lists.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_sprites_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_del_tex.c b/src/ft_del_tex.c
index d2b5a1c..daf8acd 100644
--- a/src/ft_del_tex.c
+++ b/src/ft_del_tex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_del_tex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_detect.c b/src/ft_detect.c
index c7bdcbb..3bf40e3 100644
--- a/src/ft_detect.c
+++ b/src/ft_detect.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_detect.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:11 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:11 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_back.c b/src/ft_draw_ammo_back.c
index 767127d..d8613bb 100644
--- a/src/ft_draw_ammo_back.c
+++ b/src/ft_draw_ammo_back.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_back.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_bar.c b/src/ft_draw_ammo_bar.c
index 627fdf6..69c6d3e 100644
--- a/src/ft_draw_ammo_bar.c
+++ b/src/ft_draw_ammo_bar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_bar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_ammo_caption.c b/src/ft_draw_ammo_caption.c
index 8c8ec2c..6e489be 100644
--- a/src/ft_draw_ammo_caption.c
+++ b/src/ft_draw_ammo_caption.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_ammo_caption.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_circle.c b/src/ft_draw_circle.c
index 4456aca..6d37c52 100644
--- a/src/ft_draw_circle.c
+++ b/src/ft_draw_circle.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_circle.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/18 15:22:51 by rbousset #+# #+# */
-/* Updated: 2020/02/18 15:22:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/18 15:22:51 by joelecle #+# #+# */
+/* Updated: 2020/02/18 15:22:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_handweap.c b/src/ft_draw_handweap.c
index 7c982bc..804aa51 100644
--- a/src/ft_draw_handweap.c
+++ b/src/ft_draw_handweap.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_handweap.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_health_caption.c b/src/ft_draw_health_caption.c
index 879fc44..24706e8 100644
--- a/src/ft_draw_health_caption.c
+++ b/src/ft_draw_health_caption.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_health_caption.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_hud.c b/src/ft_draw_hud.c
index ca553f0..5e0bed4 100644
--- a/src/ft_draw_hud.c
+++ b/src/ft_draw_hud.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_hud.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_life_bar.c b/src/ft_draw_life_bar.c
index b7dc161..46f0ebf 100644
--- a/src/ft_draw_life_bar.c
+++ b/src/ft_draw_life_bar.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_life_bar.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_map.c b/src/ft_draw_map.c
index 02bdfc3..4f34e37 100644
--- a/src/ft_draw_map.c
+++ b/src/ft_draw_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:18 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:18 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_map_back.c b/src/ft_draw_map_back.c
index 4945b3d..346bb5c 100644
--- a/src/ft_draw_map_back.c
+++ b/src/ft_draw_map_back.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_map_back.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_scene.c b/src/ft_draw_scene.c
index ad6b373..fb1ae53 100644
--- a/src/ft_draw_scene.c
+++ b/src/ft_draw_scene.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_scene.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_sprite.c b/src/ft_draw_sprite.c
index 2bf8274..b048521 100644
--- a/src/ft_draw_sprite.c
+++ b/src/ft_draw_sprite.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_sprite.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_sprite_extra.c b/src/ft_draw_sprite_extra.c
index 57cd143..b7ecb02 100644
--- a/src/ft_draw_sprite_extra.c
+++ b/src/ft_draw_sprite_extra.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_sprite_extra.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_square.c b/src/ft_draw_square.c
index a535be4..2e24333 100644
--- a/src/ft_draw_square.c
+++ b/src/ft_draw_square.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_draw_square.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_draw_textures.c b/src/ft_draw_textures.c
index 533564d..c87dc8c 100644
--- a/src/ft_draw_textures.c
+++ b/src/ft_draw_textures.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_basic_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_error.c b/src/ft_error.c
index a643b5c..e98f936 100644
--- a/src/ft_error.c
+++ b/src/ft_error.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_error.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_exit.c b/src/ft_exit.c
index 28e8a6f..3733d0c 100644
--- a/src/ft_exit.c
+++ b/src/ft_exit.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_exit.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_extra_keys.c b/src/ft_extra_keys.c
index 47c3535..beb51c2 100644
--- a/src/ft_extra_keys.c
+++ b/src/ft_extra_keys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_extra_keys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_find_item.c b/src/ft_find_item.c
index 1de7613..a76c1ac 100644
--- a/src/ft_find_item.c
+++ b/src/ft_find_item.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_find_item.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_cast.c b/src/ft_floor_cast.c
index e80a299..7c3de95 100644
--- a/src/ft_floor_cast.c
+++ b/src/ft_floor_cast.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_floor_cast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_cast_inits.c b/src/ft_floor_cast_inits.c
index 74b76c6..8b573b7 100644
--- a/src/ft_floor_cast_inits.c
+++ b/src/ft_floor_cast_inits.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_floor_cast_inits.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_floor_threads.c b/src/ft_floor_threads.c
index c98395a..14b3eda 100644
--- a/src/ft_floor_threads.c
+++ b/src/ft_floor_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_free_words.c b/src/ft_free_words.c
index 50795c2..df3d8df 100644
--- a/src/ft_free_words.c
+++ b/src/ft_free_words.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_free_words.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_colors.c b/src/ft_get_colors.c
index 0f79a7b..ce76a1d 100644
--- a/src/ft_get_colors.c
+++ b/src/ft_get_colors.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_colors.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_darkness.c b/src/ft_get_darkness.c
index 14a9f00..a6f8ed0 100644
--- a/src/ft_get_darkness.c
+++ b/src/ft_get_darkness.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_darkness.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_fps_count.c b/src/ft_get_fps_count.c
index 990f0ea..1ac415b 100644
--- a/src/ft_get_fps_count.c
+++ b/src/ft_get_fps_count.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_fps_count.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_map.c b/src/ft_get_map.c
index d2f0a31..5b55f54 100644
--- a/src/ft_get_map.c
+++ b/src/ft_get_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_map_dims.c b/src/ft_get_map_dims.c
index 281f2fb..4ce50cb 100644
--- a/src/ft_get_map_dims.c
+++ b/src/ft_get_map_dims.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_map_dims.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_music.c b/src/ft_get_music.c
index cf105a3..c611e6f 100644
--- a/src/ft_get_music.c
+++ b/src/ft_get_music.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_music.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:30:18 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:30:19 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:30:18 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:30:19 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_nlvl_pos.c b/src/ft_get_nlvl_pos.c
index db726e1..674157e 100644
--- a/src/ft_get_nlvl_pos.c
+++ b/src/ft_get_nlvl_pos.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_nlvl_pos.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 20:56:25 by rbousset #+# #+# */
-/* Updated: 2020/02/28 20:56:26 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 20:56:25 by joelecle #+# #+# */
+/* Updated: 2020/02/28 20:56:26 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_path_nl.c b/src/ft_get_path_nl.c
index 38f5b36..298a4b5 100644
--- a/src/ft_get_path_nl.c
+++ b/src/ft_get_path_nl.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_path_nl.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:30:18 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:30:19 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:30:18 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:30:19 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_player_spawn.c b/src/ft_get_player_spawn.c
index 8642096..a665cc2 100644
--- a/src/ft_get_player_spawn.c
+++ b/src/ft_get_player_spawn.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_player_spawn.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_res.c b/src/ft_get_res.c
index 4447c1d..0b6af8a 100644
--- a/src/ft_get_res.c
+++ b/src/ft_get_res.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_res.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_screen_size.c b/src/ft_get_screen_size.c
index 2b437c3..67037de 100644
--- a/src/ft_get_screen_size.c
+++ b/src/ft_get_screen_size.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_screen_size.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:47 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:47 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:47 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:47 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_spawns.c b/src/ft_get_spawns.c
index 9ac88b8..783261b 100644
--- a/src/ft_get_spawns.c
+++ b/src/ft_get_spawns.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite_spawns.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_sprite.c b/src/ft_get_sprite.c
index 64a8284..d39ba0a 100644
--- a/src/ft_get_sprite.c
+++ b/src/ft_get_sprite.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_sprite_spawns.c b/src/ft_get_sprite_spawns.c
index 239a70b..98a5b1f 100644
--- a/src/ft_get_sprite_spawns.c
+++ b/src/ft_get_sprite_spawns.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_sprite_spawns.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex.c b/src/ft_get_tex.c
index 21096eb..d79c37e 100644
--- a/src/ft_get_tex.c
+++ b/src/ft_get_tex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex_extra.c b/src/ft_get_tex_extra.c
index 77f053b..85e5afe 100644
--- a/src/ft_get_tex_extra.c
+++ b/src/ft_get_tex_extra.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex_extra.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_tex_nl.c b/src/ft_get_tex_nl.c
index 0931df1..f35ba74 100644
--- a/src/ft_get_tex_nl.c
+++ b/src/ft_get_tex_nl.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_tex_nl.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_get_traps.c b/src/ft_get_traps.c
index 410ba55..f9fa7a0 100644
--- a/src/ft_get_traps.c
+++ b/src/ft_get_traps.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_traps.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 18:24:52 by rbousset #+# #+# */
-/* Updated: 2020/02/28 18:24:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 18:24:52 by joelecle #+# #+# */
+/* Updated: 2020/02/28 18:24:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hex_to_rgb.c b/src/ft_hex_to_rgb.c
index 1732473..b859815 100644
--- a/src/ft_hex_to_rgb.c
+++ b/src/ft_hex_to_rgb.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hex_to_rgb.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:58 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:58 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:58 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:58 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hooks_and_loops.c b/src/ft_hooks_and_loops.c
index ccebf1d..2e32715 100644
--- a/src/ft_hooks_and_loops.c
+++ b/src/ft_hooks_and_loops.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hooks_and_loops.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:52 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:52 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:52 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:52 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hud_threads.c b/src/ft_hud_threads.c
index c120dc9..904691b 100644
--- a/src/ft_hud_threads.c
+++ b/src/ft_hud_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hud_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_hud_threads_next.c b/src/ft_hud_threads_next.c
index d4754e0..c69d4c7 100644
--- a/src/ft_hud_threads_next.c
+++ b/src/ft_hud_threads_next.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_hud_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/22 20:02:47 by rbousset #+# #+# */
-/* Updated: 2020/02/22 20:02:48 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/22 20:02:47 by joelecle #+# #+# */
+/* Updated: 2020/02/22 20:02:48 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_bad_boys.c b/src/ft_init_bad_boys.c
index bf4ae67..54dcab1 100644
--- a/src/ft_init_bad_boys.c
+++ b/src/ft_init_bad_boys.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_bad_boys.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_bmp.c b/src/ft_init_bmp.c
index 18c6002..6bc00d5 100644
--- a/src/ft_init_bmp.c
+++ b/src/ft_init_bmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_bmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:46 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:46 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:46 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:46 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_funptr.c b/src/ft_init_funptr.c
index 8f1eba2..24aad65 100644
--- a/src/ft_init_funptr.c
+++ b/src/ft_init_funptr.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_funptr.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_lists.c b/src/ft_init_lists.c
index 32c60f5..4a8d91d 100644
--- a/src/ft_init_lists.c
+++ b/src/ft_init_lists.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_map.c b/src/ft_init_map.c
index c5c3888..f0c77a0 100644
--- a/src/ft_init_map.c
+++ b/src/ft_init_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:42 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:42 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_s_ray.c b/src/ft_init_s_ray.c
index ed68cd6..5f0b7a4 100644
--- a/src/ft_init_s_ray.c
+++ b/src/ft_init_s_ray.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_s_ray.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:48 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:48 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_sfx.c b/src/ft_init_sfx.c
index 2e0b268..86fe9da 100644
--- a/src/ft_init_sfx.c
+++ b/src/ft_init_sfx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_lists.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_sprites.c b/src/ft_init_sprites.c
index 020f169..632099f 100644
--- a/src/ft_init_sprites.c
+++ b/src/ft_init_sprites.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_sprites.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:53 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:53 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:53 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:53 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_init_winlx.c b/src/ft_init_winlx.c
index 9835be8..6d8cc3e 100644
--- a/src/ft_init_winlx.c
+++ b/src/ft_init_winlx.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_init_winlx.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:54 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:54 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:54 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:54 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_events.c b/src/ft_key_events.c
index 8ea5b90..bb0afee 100644
--- a/src/ft_key_events.c
+++ b/src/ft_key_events.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_events.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_loop.c b/src/ft_key_loop.c
index 281c81e..e6a79f6 100644
--- a/src/ft_key_loop.c
+++ b/src/ft_key_loop.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_loop.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_key_release.c b/src/ft_key_release.c
index 58eb2bc..f0e3451 100644
--- a/src/ft_key_release.c
+++ b/src/ft_key_release.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_release.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 18:43:56 by rbousset #+# #+# */
-/* Updated: 2020/02/17 18:43:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 18:43:56 by joelecle #+# #+# */
+/* Updated: 2020/02/17 18:43:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_music.c b/src/ft_music.c
index 1371de7..44a5c8a 100644
--- a/src/ft_music.c
+++ b/src/ft_music.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_music.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_parse_map.c b/src/ft_parse_map.c
index 3141171..81f59ec 100644
--- a/src/ft_parse_map.c
+++ b/src/ft_parse_map.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_parse_map.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:56 by rbousset #+# #+# */
-/* Updated: 2020/03/09 17:27:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:56 by joelecle #+# #+# */
+/* Updated: 2020/03/09 17:27:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_raycasting.c b/src/ft_raycasting.c
index e01e4ff..7f50066 100644
--- a/src/ft_raycasting.c
+++ b/src/ft_raycasting.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_raycasting.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:57 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:57 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_rgb_to_hex.c b/src/ft_rgb_to_hex.c
index 2ef1862..6ae99a8 100644
--- a/src/ft_rgb_to_hex.c
+++ b/src/ft_rgb_to_hex.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_rgb_to_hex.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:58 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:58 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:58 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:58 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_save_to_bmp.c b/src/ft_save_to_bmp.c
index 24d28d8..aeb9f53 100644
--- a/src/ft_save_to_bmp.c
+++ b/src/ft_save_to_bmp.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_save_to_bmp.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/29 20:50:35 by rbousset #+# #+# */
-/* Updated: 2020/02/29 20:50:37 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/29 20:50:35 by joelecle #+# #+# */
+/* Updated: 2020/02/29 20:50:37 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_select_bad_boy_action.c b/src/ft_select_bad_boy_action.c
index 45f9d44..95722c3 100644
--- a/src/ft_select_bad_boy_action.c
+++ b/src/ft_select_bad_boy_action.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_select_bad_boy_actions.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:51 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:51 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:51 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:51 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_select_get.c b/src/ft_select_get.c
index 8c1df38..0106008 100644
--- a/src/ft_select_get.c
+++ b/src/ft_select_get.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_select_get.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:59 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:59 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_set_minimap_scale.c b/src/ft_set_minimap_scale.c
index ac464dd..1290eb1 100644
--- a/src/ft_set_minimap_scale.c
+++ b/src/ft_set_minimap_scale.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_set_minimap_scale.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:59 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:59 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:59 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:59 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_death.c b/src/ft_sfx_bb_death.c
index a7ca6dc..f6aa17b 100644
--- a/src/ft_sfx_bb_death.c
+++ b/src/ft_sfx_bb_death.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_death.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_fire.c b/src/ft_sfx_bb_fire.c
index c6b00a1..c96f3fb 100644
--- a/src/ft_sfx_bb_fire.c
+++ b/src/ft_sfx_bb_fire.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_fire.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_bb_scream.c b/src/ft_sfx_bb_scream.c
index c586184..a7ca5a7 100644
--- a/src/ft_sfx_bb_scream.c
+++ b/src/ft_sfx_bb_scream.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_bb_scream.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_death.c b/src/ft_sfx_death.c
index 558ed09..f0b616f 100644
--- a/src/ft_sfx_death.c
+++ b/src/ft_sfx_death.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_death.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_footstep.c b/src/ft_sfx_footstep.c
index d8367c9..6dc7157 100644
--- a/src/ft_sfx_footstep.c
+++ b/src/ft_sfx_footstep.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_footstep.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_heal.c b/src/ft_sfx_heal.c
index 2a8135e..fd164c1 100644
--- a/src/ft_sfx_heal.c
+++ b/src/ft_sfx_heal.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_heal.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_new_level.c b/src/ft_sfx_new_level.c
index 09cd8f1..fefd1a0 100644
--- a/src/ft_sfx_new_level.c
+++ b/src/ft_sfx_new_level.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_new_level.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_ooa.c b/src/ft_sfx_ooa.c
index 86f47a1..7f15b64 100644
--- a/src/ft_sfx_ooa.c
+++ b/src/ft_sfx_ooa.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_ooa.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_pain.c b/src/ft_sfx_pain.c
index ea46460..ebff033 100644
--- a/src/ft_sfx_pain.c
+++ b/src/ft_sfx_pain.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_pain.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_trap.c b/src/ft_sfx_trap.c
index 19c240b..372227f 100644
--- a/src/ft_sfx_trap.c
+++ b/src/ft_sfx_trap.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_trap.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_one.c b/src/ft_sfx_weapon_one.c
index 6725a68..4c4b689 100644
--- a/src/ft_sfx_weapon_one.c
+++ b/src/ft_sfx_weapon_one.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_one.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_three.c b/src/ft_sfx_weapon_three.c
index 2e94ee3..d220f61 100644
--- a/src/ft_sfx_weapon_three.c
+++ b/src/ft_sfx_weapon_three.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_three.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_two.c b/src/ft_sfx_weapon_two.c
index 4667ff5..b1438f0 100644
--- a/src/ft_sfx_weapon_two.c
+++ b/src/ft_sfx_weapon_two.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_two.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sfx_weapon_two_alt.c b/src/ft_sfx_weapon_two_alt.c
index a4460bb..dd7d718 100644
--- a/src/ft_sfx_weapon_two_alt.c
+++ b/src/ft_sfx_weapon_two_alt.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sfx_weapon_two_alt.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 17:17:54 by rbousset #+# #+# */
-/* Updated: 2020/02/24 17:17:56 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 17:17:54 by joelecle #+# #+# */
+/* Updated: 2020/02/24 17:17:56 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_shoot.c b/src/ft_shoot.c
index 7e0c90a..062f397 100644
--- a/src/ft_shoot.c
+++ b/src/ft_shoot.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_shoot.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:32 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:32 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_sort_s_t.c b/src/ft_sort_s_t.c
index 18007dd..9e5f08e 100644
--- a/src/ft_sort_s_t.c
+++ b/src/ft_sort_s_t.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_sort_s_t.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/24 20:22:45 by rbousset #+# #+# */
-/* Updated: 2020/03/09 18:56:01 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/24 20:22:45 by joelecle #+# #+# */
+/* Updated: 2020/03/09 18:56:01 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_suffer_animation.c b/src/ft_suffer_animation.c
index d813348..1065370 100644
--- a/src/ft_suffer_animation.c
+++ b/src/ft_suffer_animation.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_key_loop.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_switch_weapons.c b/src/ft_switch_weapons.c
index c936ed6..2d3ba07 100644
--- a/src/ft_switch_weapons.c
+++ b/src/ft_switch_weapons.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_switch_weapons.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:28:55 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:28:55 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:28:55 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:28:55 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_bad_boy_init.c b/src/ft_tex_bad_boy_init.c
index 748d680..56da7ca 100644
--- a/src/ft_tex_bad_boy_init.c
+++ b/src/ft_tex_bad_boy_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_bad_boy_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_init.c b/src/ft_tex_init.c
index 4e20f62..baad496 100644
--- a/src/ft_tex_init.c
+++ b/src/ft_tex_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_num_init.c b/src/ft_tex_num_init.c
index 34b5c11..e749ff4 100644
--- a/src/ft_tex_num_init.c
+++ b/src/ft_tex_num_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_num_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_sprites_extra_init.c b/src/ft_tex_sprites_extra_init.c
index 855d9f7..3c39f8d 100644
--- a/src/ft_tex_sprites_extra_init.c
+++ b/src/ft_tex_sprites_extra_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_sprites_extra_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_tex_weap_init.c b/src/ft_tex_weap_init.c
index 57717b7..b8f9881 100644
--- a/src/ft_tex_weap_init.c
+++ b/src/ft_tex_weap_init.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_tex_weap_init.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: fmoenne- <marvin@42.fr> +#+ +:+ +#+ */
+/* By: water_ma <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:43:55 by fmoenne- #+# #+# */
-/* Updated: 2020/02/14 17:43:56 by fmoenne- ### ########lyon.fr */
+/* Created: 2020/02/14 17:43:55 by water_ma #+# #+# */
+/* Updated: 2020/02/14 17:43:56 by water_ma ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_time.c b/src/ft_time.c
index 73d2379..f65f8d1 100644
--- a/src/ft_time.c
+++ b/src/ft_time.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_get_fps_count.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/17 20:06:26 by rbousset #+# #+# */
-/* Updated: 2020/02/17 20:06:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/17 20:06:26 by joelecle #+# #+# */
+/* Updated: 2020/02/17 20:06:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_treat_args.c b/src/ft_treat_args.c
index 19da836..9c3b632 100644
--- a/src/ft_treat_args.c
+++ b/src/ft_treat_args.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_treat_args.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:29:00 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:29:08 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:29:00 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:29:08 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_wall_cast.c b/src/ft_wall_cast.c
index 0585f94..7db08ad 100644
--- a/src/ft_wall_cast.c
+++ b/src/ft_wall_cast.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_cast.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_wall_threads.c b/src/ft_wall_threads.c
index f7e6e50..f915fdc 100644
--- a/src/ft_wall_threads.c
+++ b/src/ft_wall_threads.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_wall_threads.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:22:23 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:23:42 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:22:23 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:23:42 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/ft_warp_level.c b/src/ft_warp_level.c
index cbaf3f5..0954b1c 100644
--- a/src/ft_warp_level.c
+++ b/src/ft_warp_level.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* ft_warp_level.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/28 20:54:28 by rbousset #+# #+# */
-/* Updated: 2020/02/28 20:54:29 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/28 20:54:28 by joelecle #+# #+# */
+/* Updated: 2020/02/28 20:54:29 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */
diff --git a/src/main.c b/src/main.c
index 8702b42..62d4bf6 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3,10 +3,10 @@
/* ::: :::::::: */
/* main.c :+: :+: :+: */
/* +:+ +:+ +:+ */
-/* By: rbousset <marvin@42.fr> +#+ +:+ +#+ */
+/* By: joelecle <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
-/* Created: 2020/02/14 17:29:00 by rbousset #+# #+# */
-/* Updated: 2020/02/14 17:29:08 by rbousset ### ########lyon.fr */
+/* Created: 2020/02/14 17:29:00 by joelecle #+# #+# */
+/* Updated: 2020/02/14 17:29:08 by joelecle ### ########lyon.fr */
/* */
/* ************************************************************************** */