Tool is a command-line utility used to package scenarios into cache files, among other functions.
BrowseFoundry is a unified editing environment that can be used in place of the legacy tools. It acts as a more faimilar editing environment to those used to modern game engines.
BrowseKeystone is a library that wraps around the Qt framework, which is to be used by all of Blamite's tools going forward.
BrowseStrings is a general-purpose library containing anything that is to be shared between multiple projects.
BrowseEula is a library planned to handle anything related to any sort of licensing for Blamite. (currently unused)
BrowseFontTool is a tool used to create Blamite font packages. This project specifically refers to the C#/.NET version, which is no longer maintained and is replaced by its C++ replacement.
BrowseVersion Stamper (verstamp) is used as part of the Jenkins build process. It is a simple command-line utility that updates the version number prior to building, ensuring that any builds of the engine performed with Jenkins will have the Jenkins build number and build date embedded into the application.
BrowseThe 'blamite' project is a small executable that hooks into the blam library. This is what will be used as the primary game executable.
BrowseFontTool is a tool used to create Blamite font packages. Unlike other Editing Kit tools, all of FontTool's core functionality is contained within the keystone library - rather than a separate library.
Browse