Commit Graph

7 Commits

Author SHA1 Message Date
KikooDX 53132075b8 replace cmake with meson & use C99 instead of C89
This commit also takes care of all the warnings that didn't appear
with CMake. I decided to switch to C99 cause my code clearly wasn't
C89 compliant.
2021-05-04 22:32:37 +02:00
KikooDX b88e37fadf Level creation flag & cleanup and improved README 2021-03-27 14:02:08 +01:00
KikooDX a3e60cc082 editing_area/level.c: Specify char signes 2021-03-27 10:57:26 +01:00
KikooDX 0dc7fb3914 Fix very bad casting mistake & dummy verbose mode 2021-03-26 23:25:23 +01:00
KikooDX d97f609245 Formatting + renamed typedef tile_t->Tile 2021-03-25 17:06:18 +01:00
KikooDX db77c25935 Better error handling, no zombie process on failure. 2021-03-25 13:44:05 +01:00
KikooDX b487caeae3 Fork and separation of tile picker and level editor. 2021-03-23 23:23:43 +01:00
Renamed from src/level.c (Browse further)