Commit Graph

14 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 5727f19fb9 feature: window resizing (#1) 2021-04-17 17:22:41 +02:00
KikooDX 023ff12cb9 Feature: middle click in editor to pick a tile
Updated the README in consequence.
2021-04-10 11:42:22 +02:00
KikooDX 8f53ecbdc7 Tile first config option (-tile-first) 2021-03-27 19:15:08 +01:00
KikooDX a66aaf9bdc Flags for background color configuration 2021-03-27 18:38:48 +01:00
KikooDX b88e37fadf Level creation flag & cleanup and improved README 2021-03-27 14:02:08 +01:00
KikooDX 0dc7fb3914 Fix very bad casting mistake & dummy verbose mode 2021-03-26 23:25:23 +01:00
KikooDX 42b166b783 README update 2021-03-26 15:55:02 +01:00
KikooDX 22d55942a8 Get arguments with getopt 2021-03-26 01:33:39 +01:00
KikooDX db95b9c72e Update README with usage instructions 2021-03-25 11:41:19 +01:00
KikooDX 29f8bf2578 Don't force TCC as a compiler
Update README in consequence.
2021-03-25 01:28:36 +01:00
KikooDX 5d3b1bfd01 Level drawing and new arguments + README update 2021-03-23 19:06:05 +01:00
KikooDX 246287b466 Forking KBLE C -> SLE
Will be a simple editor with mouse control only.
2021-03-23 17:26:42 +01:00
KikooDX f83c9fd8d4 KBLE C rewrite initiated. 2021-03-18 17:38:39 +01:00