Age | Commit message (Collapse) | Author |
|
Make the settings of the log output configurable. Both the color output
and the output of debug messages should be togglable at runtime.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
The ANSI color codes require additional setup when running under Win32.
The logging API should reflect that.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add functions that toggle color output from the logging framework.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Print warnings and errors in yellow and red respectively. This will make
these messages stand out and make it easier for a developer to find them
in the terminal window.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add several new files to the core subsystem. These files will be the
basic building blocks upon which the rest of the engine will sit atop
of. These files will be present in all builds, including headless and
platform builds.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Retool the build system to be more modular and more flexible. Move all
subsystems into separate directories and create make.config files that
will conditionally compile based on information from the root Makefile.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Reorganize the project root such that each subsystem is placed into its
own subdirectory. This allows the build system to select which
subsystems to enable for a particular build.
Signed-off-by: Danny Holman <dholman@gymli.org>
|