From b626f171f26f709b27e790911b48f7a4272dc707 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Fri, 27 Mar 2020 13:55:24 +0100 Subject: In progress --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2692ab5..e408802 100644 --- a/Makefile +++ b/Makefile @@ -85,8 +85,8 @@ SRCS_NAME += ft_init_bmp.c SRCS_NAME += ft_floor_cast.c SRCS_NAME += ft_floor_cast_inits.c SRCS_NAME += ft_suffer_animation.c -SRCS_NAME += ft_draw_traps.c -SRCS_NAME += ft_draw_traps_extra.c +# SRCS_NAME += ft_draw_traps.c +# SRCS_NAME += ft_draw_traps_extra.c SRCS_NAME += ft_draw_life_bar.c SRCS_NAME += ft_init_sfx.c SRCS_NAME += ft_sfx_death.c -- cgit v1.2.3 From 96534d2121cd9097da83b69ea5947ea93b736edc Mon Sep 17 00:00:00 2001 From: salad Date: Fri, 27 Mar 2020 22:23:03 +0100 Subject: jattend que ca clique --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e408802..cd34c2f 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ re: fclean all bonus: all #--------------------------------------------------------------------------------------------------# run: all - @./${NAME} "map/map_one.cub" + @./${NAME} "map/map_test.cub" #--------------------------------------------------------------------------------------------------# .PHONY: all clean clean fclean re bonus run default #============================================== EOF ===============================================# -- cgit v1.2.3 From 8fa58fb7a2a363534468ddbb0f0dafe6f577b3fd Mon Sep 17 00:00:00 2001 From: salad Date: Sat, 28 Mar 2020 15:50:34 +0100 Subject: ez --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd34c2f..e408802 100644 --- a/Makefile +++ b/Makefile @@ -240,7 +240,7 @@ re: fclean all bonus: all #--------------------------------------------------------------------------------------------------# run: all - @./${NAME} "map/map_test.cub" + @./${NAME} "map/map_one.cub" #--------------------------------------------------------------------------------------------------# .PHONY: all clean clean fclean re bonus run default #============================================== EOF ===============================================# -- cgit v1.2.3 From b3aecb150f55ebc9dde7c1b09559d1566e9e92a6 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sat, 28 Mar 2020 16:46:40 +0100 Subject: All in sprites --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e408802..1c6c696 100644 --- a/Makefile +++ b/Makefile @@ -103,17 +103,17 @@ SRCS_NAME += ft_death_screen.c SRCS_NAME += ft_death_hooks.c SRCS_NAME += ft_init_sprites.c SRCS_NAME += ft_get_fps_count.c -SRCS_NAME += ft_get_heal_spawn.c -SRCS_NAME += ft_draw_heals.c -SRCS_NAME += ft_draw_heals_extra.c +# SRCS_NAME += ft_get_heal_spawn.c +# SRCS_NAME += ft_draw_heals.c +# SRCS_NAME += ft_draw_heals_extra.c SRCS_NAME += ft_find_item.c SRCS_NAME += ft_tex_weap_init.c -SRCS_NAME += ft_get_weapon_spawn.c -SRCS_NAME += ft_draw_weapons.c -SRCS_NAME += ft_draw_weapons_extra.c +# SRCS_NAME += ft_get_weapon_spawn.c +# SRCS_NAME += ft_draw_weapons.c +# SRCS_NAME += ft_draw_weapons_extra.c SRCS_NAME += ft_draw_handweap.c SRCS_NAME += ft_switch_weapons.c -SRCS_NAME += ft_init_weaps.c +# SRCS_NAME += ft_init_weaps.c SRCS_NAME += ft_check_missing_defines.c SRCS_NAME += ft_check_missing_sfx.c SRCS_NAME += ft_del_tex.c -- cgit v1.2.3 From 69ca60b6f989dedc94c2e25ab9927b26d63cbdf8 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Sun, 29 Mar 2020 17:34:48 +0200 Subject: Norm --- Makefile | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1c6c696..cb7f485 100644 --- a/Makefile +++ b/Makefile @@ -85,8 +85,6 @@ SRCS_NAME += ft_init_bmp.c SRCS_NAME += ft_floor_cast.c SRCS_NAME += ft_floor_cast_inits.c SRCS_NAME += ft_suffer_animation.c -# SRCS_NAME += ft_draw_traps.c -# SRCS_NAME += ft_draw_traps_extra.c SRCS_NAME += ft_draw_life_bar.c SRCS_NAME += ft_init_sfx.c SRCS_NAME += ft_sfx_death.c @@ -103,17 +101,10 @@ SRCS_NAME += ft_death_screen.c SRCS_NAME += ft_death_hooks.c SRCS_NAME += ft_init_sprites.c SRCS_NAME += ft_get_fps_count.c -# SRCS_NAME += ft_get_heal_spawn.c -# SRCS_NAME += ft_draw_heals.c -# SRCS_NAME += ft_draw_heals_extra.c SRCS_NAME += ft_find_item.c SRCS_NAME += ft_tex_weap_init.c -# SRCS_NAME += ft_get_weapon_spawn.c -# SRCS_NAME += ft_draw_weapons.c -# SRCS_NAME += ft_draw_weapons_extra.c SRCS_NAME += ft_draw_handweap.c SRCS_NAME += ft_switch_weapons.c -# SRCS_NAME += ft_init_weaps.c SRCS_NAME += ft_check_missing_defines.c SRCS_NAME += ft_check_missing_sfx.c SRCS_NAME += ft_del_tex.c @@ -135,6 +126,7 @@ SRCS_NAME += ft_wall_threads.c SRCS_NAME += ft_floor_threads.c SRCS_NAME += ft_castray_loop.c SRCS_NAME += ft_sort_s_t.c +SRCS_NAME += ft_big_t.c #--------------------------------------------------------------------------------------------------# SRCS = $(addprefix ${SRCS_DIR},${SRCS_NAME}) #--------------------------------------------------------------------------------------------------# -- cgit v1.2.3