fs2open.github.com
fs2open.github.com copied to clipboard
Add system for reading flags from stdin
This adds support for reading flags from the standard input stream instead of from the command line. This allows more complex formats to be used such as JSON which is implemented in this first version. This can be used for implementing much more sophisticated ways of expressing complex data structures such as the mod command line.
Well I'm not nearly familiar enough with the CFile system to give this a good review. Has it been thoroughly tested?
I have tested the "old-style" system pretty thoroughly but the new style is hard to test without also having a launcher that supports it.
Closing since this hasn't been updated in four years and would likely require a rewrite.