DarkRadiant: master 465e0c54

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 07.12.2022 20:40 master 19f9c1ea
Affected Issues  0006187: Prefab Selector spams infinite error dialogs on Linux
Changeset 0006187: direct wxWidgets log messages to stderr on Linux

The default behaviour of popping up a series of modal dialog boxes is
possibly the most unhelpful way of showing errors imaginable. On Linux
we now use wxLogStderr to direct these log messages to stderr.

On Windows the behaviour is left as-is because stderr isn't usually
accessible; the ideal solution might be to direct the log messages to
the in-application Console window but this would require a custom wxLog
implementation.
mod - radiant/RadiantApp.cpp Diff File