Mindwerks / worldengine

World generator using simulation of plates, rain shadow, erosion, etc.
MIT License
987 stars 128 forks source link

handle bad filenames #118

Closed psi29a closed 8 years ago

psi29a commented 8 years ago

This should take care of: https://github.com/Mindwerks/worldengine/issues/113

ftomassetti commented 8 years ago

Good idea updating the CHANGELOG, we should use it more

ftomassetti commented 8 years ago

Really minor comments: merge it!

ftomassetti commented 8 years ago

Fix #113

ftomassetti commented 8 years ago

Looks good to have a fixed filename for grayscale and riverrs when running the console app. Should we have more flexibility when we will have an independent library?

Looks good to me, merge it!

psi29a commented 8 years ago

We can always be more flexible, but with the CLI always prefixes the seed number. In theory, when used as a library... it is up to the developer to send the filename to the function. So in the GUI for example, we can leave it up to the user to specify the filename and format for output.