42_cub3d/include
mcolonna 424b9aa7b2 fixings and improvements
dev:
- add documentation
- main() is more readable

fix:
- unmanaged errors:
  - map parsing: error if color value is >255
  - map parsing: load_textures(): check return value of xml_xpm_file_to_image()
  - main.c: draw_screen(): check return value of mlx_new_image()

other details:
- dev: color_from_rgb(): change signature
- fix: nullize map in map_destroy
- change: change error message for read_all_text() errors
- change: change rotation speed
- change: add and use contant NOOBONUS_SPEED
2024-11-21 15:25:36 +01:00
..
const.h fixings and improvements 2024-11-21 15:25:36 +01:00
global.h dev: fix all 42 headers with the good names&emails 2024-11-14 13:32:31 +01:00
include.h add: better timedloop (uses FPS) for bonus 2024-11-19 15:36:39 +01:00
input.h dev: fix all 42 headers with the good names&emails 2024-11-14 13:32:31 +01:00
main.h dev: fix all 42 headers with the good names&emails 2024-11-14 13:32:31 +01:00
map.h fixings and improvements 2024-11-21 15:25:36 +01:00
minimap.h clean code * 2024-11-18 14:22:11 +01:00
move.h dev: fix all 42 headers with the good names&emails 2024-11-14 13:32:31 +01:00
player.h fix: add check for 0 or 2+ players on a map 2024-11-18 14:27:51 +01:00
render.h dev: fix all 42 headers with the good names&emails 2024-11-14 13:32:31 +01:00
stream.h fixings and improvements 2024-11-21 15:25:36 +01:00
utils.h fixings and improvements 2024-11-21 15:25:36 +01:00