ID:2232648
 
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
The ability to do compiler hooks in dream maker (not necessary dm.exe).

Ideally just a way to specify a command to run pre and post compile (with a pop up on first compile that session for security).

For ss13, we could use pre-compile hooks to speed up compile time by doing multi-threaded pre-parsing into more friendly formats (like resolving defines, converting to relative pathing) faster than byond can single threaded, as well as expand with our own pre-processor frameworks

We could use post-compile hooks to do things like auto-launch a dd server and connect a client up to it, or all matter of fancy shit.

Post compile should specify if the compile succeeded as an arg
This could be super useful for us too, so we can replace our proc hooks with something slightly better.