Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This will trigger less conflicts on rebases if we keep it this way :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This improves readability slightly by removing extraneous whitespace
and correcting indents. Since this has been done in the tasm-recover
devtool, it will persist over dreamgen.* regeneration.
|
|
The two used constants have been moved to dreamweb.h, though it is
unclear if the values can be replaced by an enum or pointer to function.
|
|
|
|
This maps the function names into the project's standard camelCase
naming convention, improving function readability.
|
|
This allows a mapping list to be specified for the dreamgen.* output
function names, removing the limitation to keep the same names as the
original ASM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This flag when set omits the blacklisted function header from the
dreamgen.h output, rather than including it commented out with //.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|