Age | Commit message (Collapse) | Author |
|
- A clean build on the main game still works
- Generating cross-file references works now (only in a clean build, while the child classses are scanned after the parent classes though). This will still need fixing to support 1. reading from database 2. circular dependencies
|
|
hierarchy generation
|
|
replace embedding filename in each decl table directly
|
|
from the enumeration value DeclEnum::underlyingType
|
|
underlying type (EUT) scanning capability
|
|
database. Methods incomplete.
|
|
currently processed files
|
|
|
|
- Invoke codegen.exe once with a list of changed files, instead of individually for each changed file (this gives the codegen global access to all the code, allowing more things)
- Initial support for outputting an archive SQLite database that contains all the code info
|