![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
#include "logger.h"
#include <fstream>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/res/res.h>
#include "components/settings/config/config.h"
#include "components/settings/placeholders/placeholders.h"
#include "components/resources/engine_globals/globals.h"
#include "res/resource.h"
#include "core.h"
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.
void LoadConsoleColors | ( | ) |
Loads console color configuration.
std::vector<BlamReport*> reports = std::vector<BlamReport*>() |
List of all reports.