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
ID:2232648
Apr 5 2017, 10:39 pm
|
|||||||
| |||||||
Apr 23 2017, 4:53 pm
|
|
This could be super useful for us too, so we can replace our proc hooks with something slightly better.
|