RosaryMala / VoxelFortress

MIT License
31 stars 7 forks source link

Add rudimentary command-line interface #2

Closed alexchandel closed 6 years ago

alexchandel commented 6 years ago

This adds a rudimentary CLI, Voxel_Fortress_CLI.exe. My goal was to change no existing files (except the solution file), so this CLI could be better. In particular, this only uses BackgroundWorker from WPF because MapMaker.LoadMap requires it, and PresentationFramework because XRaw uses MessageBox (which belongs in the completion event handler).