Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReelRoutine or es:bx as parameters
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also allows 'allocateload' to be removed.
|
|
|
|
They shared a large amount of loading code that is now in loadRoomData.
|
|
|
|
Room::name is a zero terminated 8.3 filename, so 13 bytes long.
|
|
|
|
|
|
|
|
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'.
|
|
|