Better error messages

Since the last post, I've started using C++ modules. It has been a pretty nice experience so far. MSVC *does* currently have some non-standard ordering requirements. But that was only an issue for a few days before I worked it out.

At some point I may show the dependency graphs of my software and how it's been improved by recent reworks, but for now I have a screenshot showing how asset error messages have improved.

  

The first message shows what asset-preprocessing error messages used to look like. The second message shows what those error messages look like now. IDE's with CTRL+Click support make the blue-file-paths in the error message very useful.

That's all. I just wanted to show off these new error messages :)

Comments