![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "logger.h"#include <fstream>#include <Strings/components/utils/io/io.h>#include "components/settings/config/config.h"#include "components/resources/engine_globals/globals.h"#include "res/resource.h"#include "version_data.h"#include "core.h"
Include dependency graph for logger.cpp:Functions | |
| void | LoadConsoleColors () |
| Loads console color configuration. More... | |
| void | CreateReportViewerPage () |
| Prepares the HTML file for the BlamReport Viewer. More... | |
Variables | |
| std::vector< BlamReport * > | reports = std::vector<BlamReport*>() |
| List of all reports. More... | |
| void CreateReportViewerPage | ( | ) |
Prepares the HTML file for the BlamReport Viewer.
The BlamReport Viewer is a brand spankin' new extension of Halo 2's HTML logging concept. What started as having stylized HTML log files to take advantage of the format eventually evolved into a nice viewer to access all Reports from one page.
This function will create the needed CSS, Images, and BlamReport Viewer page.
Here is the caller graph for this function:| void LoadConsoleColors | ( | ) |
Loads console color configuration.
Here is the call graph for this function:
Here is the caller graph for this function:| std::vector<BlamReport*> reports = std::vector<BlamReport*>() |
List of all reports.