Commit Graph

15 Commits

Author SHA1 Message Date
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 c170d1e01b Cleaner value checking for integer command line options 2021-03-26 15:54:43 +01:00
KikooDX baff9fe66d Add four launch flags: editor-width/height & tile-width/height
Details will be added to README soon
2021-03-26 14:39:26 +01:00
KikooDX 7f0b593498 Replace compile time determined options with a struct
This will allow to change these values at launch, or even runtime.
2021-03-26 13:54:38 +01:00
KikooDX 22d55942a8 Get arguments with getopt 2021-03-26 01:33:39 +01:00
KikooDX 80c6531492 editing_area/main.c: restructured panic exit 2021-03-25 16:58:35 +01:00
KikooDX db77c25935 Better error handling, no zombie process on failure. 2021-03-25 13:44:05 +01:00
KikooDX b433b09f75 Level edition, tile picking and misc.
This is the first usable version of the project!
2021-03-25 11:40:46 +01:00
KikooDX 8fee3bcf26 Mouse update code, place and erase tile 2021-03-25 01:23:17 +01:00
KikooDX 28f40ac97e EDITOR_SCALE + mouse cursor 2021-03-25 00:24:04 +01:00
KikooDX f5863dc820 Tile picker visual progress + changes to conf.h
Also modified some other files to take into account
these modifications.
2021-03-24 19:01:28 +01:00
KikooDX 5f661484e7 Shared data between processes
The two windows are now connected!
2021-03-24 12:42:10 +01:00
KikooDX 400e9d91f7 Tile picker progress
Create window, display tileset.k
2021-03-24 01:28:41 +01:00
KikooDX b487caeae3 Fork and separation of tile picker and level editor. 2021-03-23 23:23:43 +01:00