Beherith / springrts_smf_compiler

This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
10 stars 9 forks source link

Added a function which allows printing unbuffered to console #18

Closed adras closed 2 years ago

adras commented 2 years ago

This adds a new method to print console output which flushes the console buffer directly after the message is printed. This ensures that the output of pymapconv is in the correct order when read by an external application. This can fix #17

Also added more detailed build instructions for windows to readme