1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-15 17:09:46 +00:00
openmw-tes3mp/apps/openmw
scrawl 29556a1802 More consistent wording of errors/warnings
A Warning indicates a potential problem in the content file(s) that the user told OpenMW to load. E.g. this might cause an object to not display at all or as intended, however the rest of the game will run fine.

An Error, however, is more likely to be a bug with the engine itself - it means that basic assumptions have been violated and the engine might not run correctly anymore.

The above mostly applies to errors/warnings during game-play; startup issues are handled differently: when a file is completely invalid/corrupted to the point that the engine can not start, that might cause messages that are worded as Error due to the severity of the issue but are not necessarily the engine's fault.

Hopefully, being a little more consistent here will alleviate confusion among users as to when a log message should be reported and to whom.
2017-03-04 21:48:31 +01:00
..
mwbase Preload magic effect visuals of the player's selected weapon/spell 2017-02-15 21:01:25 +01:00
mwclass Merge pull request #1209 from dhustkoder/master 2017-03-02 18:36:21 +01:00
mwdialogue More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwgui More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwinput Add cycle weapon/spell actions to the list of controller actions (Fixes #3613) 2017-02-05 20:23:49 +01:00
mwmechanics More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwphysics More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwrender More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwscript More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwsound Add missing avcodec_close (Fixes #3741) 2017-02-06 15:49:13 +01:00
mwstate More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
mwworld More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
android_commandLine.cpp Fix tab indentations in apps/ and components/ 2015-09-16 20:45:37 +02:00
android_commandLine.h Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
android_main.c enable opengl es1 2015-12-02 22:40:04 +03:00
CMakeLists.txt Use osg::PI over M_PI 2016-12-21 16:49:37 +01:00
crashcatcher.cpp crashcatcher: complain when launching gdb fails 2017-02-23 23:28:49 +01:00
doc.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
engine.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
engine.hpp Always print context for script warnings to remove the need for verbose option 2017-02-21 04:32:59 +01:00
main.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00