12 Commits

Author SHA1 Message Date
6b995e1582 Add file watching and colour coding.
This patch adds a new option to building: -w. What this option does is
it runs the build system on any change detected in either src/ or lib/.
This is a really convenient option since you don't need to type "tbuild
b" every time.

Signed-off-by: xSlendiX <slendi@socopon.com>
2022-12-24 18:51:46 +02:00
f6e8b0f73c Fix src code generation.
This patch remooves the new line before the string ends, it also makes
the default code actually work (no longer tries to be Wordle).

Signed-off-by: xSlendiX <slendi@socopon.com>
2022-12-18 11:20:39 +02:00
c93f7a254d Fix bug where the project name is (null).
Signed-off-by: xSlendiX <slendi@socopon.com>
2022-12-18 11:17:57 +02:00
e7a028bd75 Replace build script with Makefile and fix bug.
Signed-off-by: xSlendiX <slendi@socopon.com>
2022-12-18 11:07:52 +02:00
cbf25efcd0 Credit ZealOS for conversion. 2022-12-14 12:16:06 +02:00
d508ca0060 Add sample code to initial project. 2022-12-14 11:19:10 +02:00
e473c6a2bb Add safety check for dependencies. 2022-12-14 11:07:09 +02:00
bcd84c1e65 Fix memory leak. 2022-12-14 10:47:28 +02:00
4624522e15 Add dependency management. 2022-12-14 10:45:22 +02:00
76f022e7ea Add .gitigore generation and fix printfs in load_manifest. 2022-12-14 08:02:26 +02:00
4c84be1312 Fix project initialization name 2022-12-12 20:52:54 +02:00
d244528dfb Initial commit 2022-12-12 20:38:13 +02:00