TheJosh / chaotic-rage

An unusual zombie shooter game for Windows and Linux
GNU General Public License v2.0
35 stars 10 forks source link

Logging and cli output is a horrible mess #53

Closed TheJosh closed 11 years ago

TheJosh commented 11 years ago

There is a mixture of printf, fprintf, cerr, cout and reportFatalError.

It needs to be cleaned up.

TheJosh commented 11 years ago

The mod loading cleanup has been refined down to be all in one place, and unnecessary errors have been removed.

A few other spots still use cerr: 1x call in map.cpp 7x calls in render_opengl.cpp