openmw-tes3coop/apps/openmw/mwscript
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
..
docs Add 'showSceneGraph' command to export the scene or a particular object to .osgt for debugging purposes 2017-02-01 06:00:14 +01:00
aiextensions.cpp Implement Face instruction (Feature #1424) 2016-07-09 02:16:47 +02:00
aiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
animationextensions.cpp Make loopgroup loop correct number of times 2016-08-14 21:57:06 +09:00
animationextensions.hpp added animation-related script instructions 2011-11-21 14:08:44 +01:00
cellextensions.cpp Use ActionTeleport in COE/COC commands 2017-02-20 20:26:45 +01:00
cellextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
compilercontext.cpp fixed for compiler not recognising script names in some situations 2015-10-08 14:01:29 +02:00
compilercontext.hpp Fixed more spelling mistakes 2016-12-15 13:09:40 +01:00
consoleextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
consoleextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
containerextensions.cpp Porting more ContainerStoreIterator usage to const version #4 2017-02-28 19:11:00 +00:00
containerextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
controlextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
controlextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
dialogueextensions.cpp Accept an implicit reference in Journal (Fixes #3135) 2016-01-11 23:07:01 +01:00
dialogueextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
extensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
extensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
globalscripts.cpp make sure local variables are loaded when trying to access them from outside of a script (Fixes #2659) 2015-09-15 13:58:07 +02:00
globalscripts.hpp fixed warning C4099: 2015-03-06 21:36:42 +13:00
guiextensions.cpp Rename to lowerCaseInPlace 2015-12-07 22:49:15 +01:00
guiextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
interpretercontext.cpp Fix InterpreterContext::updatePtr updating mLocals to the implicit ref's locals when interpreting a targeted global script (Fixes #3738) 2017-01-29 13:29:53 +01:00
interpretercontext.hpp Vanilla-compatible activate / onActivate (Fixes #1629) 2016-02-26 13:08:35 +01:00
locals.cpp Fix char -> int, fix shadowing warning 2016-10-30 20:10:33 +01:00
locals.hpp Implement 'Show' script instruction 2016-02-27 13:40:53 +01:00
miscextensions.cpp Porting more ContainerStoreIterator usage to const version #4 2017-02-28 19:11:00 +00:00
miscextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
ref.cpp Remove some including of mwbase/world.hpp 2015-02-09 17:45:48 +01:00
ref.hpp Remove some including of mwbase/world.hpp 2015-02-09 17:45:48 +01:00
scriptmanagerimp.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
scriptmanagerimp.hpp Always print context for script warnings to remove the need for verbose option 2017-02-21 04:32:59 +01:00
skyextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
skyextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
soundextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
soundextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
statsextensions.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
statsextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00
transformationextensions.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
transformationextensions.hpp fix -Wnewline-eof warnings 2015-03-11 10:54:45 -04:00
userextensions.cpp Remove empty line at the beginning of files 2015-08-18 23:06:12 +02:00
userextensions.hpp initial move of script opcodes and registerExtensions functions to components/compiler 2013-08-06 20:38:41 -04:00