Commit Graph

25 Commits

Author SHA1 Message Date
KikooDX 11d6ebef3c Mighty zoom is back (scale system) 2021-01-30 16:43:55 +01:00
KikooDX 3361e859ed Actions are no longer hardcoded, dynamic bindings base. 2021-01-30 16:13:06 +01:00
KikooDX e54660228a Decent colorscheme. 2021-01-29 19:10:14 +01:00
KikooDX 16e3620fad Add default bindings to README.md + reset zoom is now bounded to `=` 2021-01-29 18:32:52 +01:00
KikooDX dca275fb03 Stupidity fix. 2021-01-29 18:06:41 +01:00
KikooDX 6cd12f6333 Add MIT license notice at the top of source files. 2021-01-29 12:32:38 +01:00
KikooDX bd5943afe8 Update movement tests. 2021-01-29 12:32:19 +01:00
KikooDX 178d6e53df First action (delete) for testing, misc improvements here and there. 2021-01-28 17:06:03 +01:00
KikooDX 1750fe8cd0 Better movement code, 8 directions. 2021-01-28 16:52:49 +01:00
KikooDX 0519e630d8 Meh zoom implementation. 2021-01-28 16:12:41 +01:00
KikooDX 0b52b35238 Big commit, selection structure and code. 2021-01-28 13:46:02 +01:00
KikooDX c4125520ea Cursor is now u8. 2021-01-27 19:26:12 +01:00
KikooDX 497f1239e6 Base for left and right movement code. 2021-01-27 17:23:45 +01:00
KikooDX ab597a39ca Update README.md with informations and build instructions. 2021-01-27 15:41:23 +01:00
KikooDX 23fac64415 Add input buffer. 2021-01-27 14:12:44 +01:00
KikooDX 900586d374 Fix integer overflow, add selection buffer. 2021-01-27 12:06:33 +01:00
KikooDX cf65e74492 Use a more appropriate allocator for level buffer.
Switched from General Purpous to Arena allocator.
2021-01-26 23:38:41 +01:00
KikooDX d07a3cd145 Update Vec2 tests to work with unsigned integers starting from 8-bit size. 2021-01-26 23:32:26 +01:00
KikooDX 0a94deded4 Base level draw code + lot of stuff arround it. 2021-01-26 17:44:40 +01:00
KikooDX 44a2333093 Added docstrings to structure functions. 2021-01-26 14:46:32 +01:00
KikooDX c07858308a Cleaner module format. 2021-01-26 14:10:29 +01:00
KikooDX 98eb7ad4e7 Level uses memory allocation + LICENSE file 2021-01-26 13:10:16 +01:00
KikooDX 9795160001 WIP level struct 2021-01-25 19:07:48 +01:00
KikooDX 2180d91dc2 Create Vec2 structure and functions. 2021-01-25 09:47:15 +01:00
KikooDX e8c5a3f39e Create repository. 2021-01-24 19:22:48 +01:00