openmw-tes3coop/apps/openmw/mwgui
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
..
alchemywindow.cpp Fix shadowing warnings 2016-10-31 00:39:31 +09:00
alchemywindow.hpp
backgroundimage.cpp Remove name extension for internal MyGUI textures 2015-05-15 23:21:29 +02:00
backgroundimage.hpp Add option to stretch menu backgrounds/cutscenes to the whole screen 2015-01-28 00:22:56 +01:00
birth.cpp Fix shadowing warnings 2016-10-31 00:39:31 +09:00
birth.hpp
bookpage.cpp Fix interactive ID validity checks in TypesetBookImpl 2016-10-01 21:07:17 +02:00
bookpage.hpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
bookwindow.cpp extracted MWMechanics::getPlayer() 2015-08-21 21:12:39 +12:00
bookwindow.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
charactercreation.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
charactercreation.hpp Show starting abilities, powers and spells in stat-review window (Fixes ) 2016-11-19 21:51:19 +01:00
class.cpp Fix shadowing warnings 2016-10-02 17:48:54 +09:00
class.hpp Fall back to 'warrior' for not found class images (Fixes ) 2016-03-24 16:52:16 +01:00
companionitemmodel.cpp Include cleanup 2015-07-18 20:36:28 +02:00
companionitemmodel.hpp Remove NpcStats::mProfit and store it in the script instead 2015-01-31 22:40:40 +01:00
companionwindow.cpp Include cleanup 2015-07-18 20:36:28 +02:00
companionwindow.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
confirmationdialog.cpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
confirmationdialog.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
console.cpp Use empty() instead of !size() 2016-02-22 19:06:12 +01:00
console.hpp Escape MyGUI markup codes in console output 2015-09-26 02:08:23 +02:00
container.cpp Pass the victim to commitCrime on pickpocket detection (Fixes ) 2016-06-06 23:50:22 +02:00
container.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
containeritemmodel.cpp Use empty() instead of !size() 2016-02-22 19:06:12 +01:00
containeritemmodel.hpp
controllers.cpp fixing MSVC 2013 warning C4244: & C4305 2015-03-08 13:07:29 +13:00
controllers.hpp
countdialog.cpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
countdialog.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
cursor.cpp OpenMW compiles and runs w/o render window 2015-04-01 17:02:15 +02:00
cursor.hpp
debugwindow.cpp Fix build against bullet with profiler disabled (Fixes ) 2016-10-14 21:00:35 +02:00
debugwindow.hpp
dialogue.cpp Don't clamp disposition twice, clamping is already done inside getDerivedDisposition 2016-03-18 00:42:22 +01:00
dialogue.hpp
draganddrop.cpp Set the drag-and-drop state after initiating the drag, not before (Fixes ) 2016-12-16 20:16:59 +01:00
draganddrop.hpp
enchantingdialog.cpp Revert "Accept a ConstPtr in ItemPtr tooltips" 2015-12-19 22:52:35 +01:00
enchantingdialog.hpp
exposedwindow.cpp
exposedwindow.hpp
formatting.cpp Silence static analysis warnings 2016-12-22 14:43:54 +01:00
formatting.hpp
hud.cpp Make the local map cell distance configurable 2016-02-05 01:19:45 +01:00
hud.hpp Preload magic effect visuals of the player's selected weapon/spell 2017-02-15 21:01:25 +01:00
inventoryitemmodel.cpp Fix shadowing warnings 2016-10-31 00:39:31 +09:00
inventoryitemmodel.hpp
inventorywindow.cpp Do not show uncarriable lights in item views 2016-09-24 18:01:31 +02:00
inventorywindow.hpp CharacterPreview no longer depends on osgViewer 2016-08-16 22:47:45 +02:00
itemchargeview.cpp Fix overloaded virtual function warning 2016-11-13 17:22:50 +01:00
itemchargeview.hpp Fix overloaded virtual function warning 2016-11-13 17:22:50 +01:00
itemmodel.cpp Add ItemModel::allowedToInsertItems 2016-03-05 19:53:24 +01:00
itemmodel.hpp Add ItemModel::allowedToInsertItems 2016-03-05 19:53:24 +01:00
itemselection.cpp Scrollbars don't save their positions between openings 2015-06-04 23:09:40 +03:00
itemselection.hpp
itemview.cpp Don't reset the item model's sort/filter options in updatePlayer (Fixes ) 2015-08-16 17:49:53 +02:00
itemview.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 2015-06-07 15:23:54 +02:00
itemwidget.cpp ItemWidget: skip setImageTexture if the icon has not changed 2017-02-05 02:26:27 +01:00
itemwidget.hpp ItemWidget: skip setImageTexture if the icon has not changed 2017-02-05 02:26:27 +01:00
jailscreen.cpp Apply magic effects while waiting/sleeping 2016-07-06 00:20:23 +02:00
jailscreen.hpp Properly center jail progress widget, fix a bug with it not disappearing if the console is open 2015-02-07 18:38:41 +01:00
journalbooks.cpp Silence -Wreorder warnings, and remove -Wno-reorder. 2015-05-21 22:46:44 -05:00
journalbooks.hpp
journalviewmodel.cpp Don't use tolower() 2015-12-07 21:58:30 +01:00
journalviewmodel.hpp Grey out completed quests in journal quests list 2015-02-13 16:51:34 +01:00
journalwindow.cpp Don't attempt to create quest log buttons if textures are unavailable (Fixes ) 2015-12-07 15:33:04 +01:00
journalwindow.hpp Don't attempt to create quest log buttons if textures are unavailable (Fixes ) 2015-12-07 15:33:04 +01:00
layout.cpp Move OEngine::Gui::Layout to MWGui 2015-05-01 02:22:51 +02:00
layout.hpp Move OEngine::Gui::Layout to MWGui 2015-05-01 02:22:51 +02:00
levelupdialog.cpp Clang warning fixes 2016-08-14 15:10:50 +02:00
levelupdialog.hpp Show correct class image in level-up dialog (Fixes ) 2016-06-26 03:22:58 +02:00
loadingscreen.cpp Fix unnecessary use of CopyFramebufferToTextureCallback when loading is too fast for a loading screen to be displayed 2017-02-03 23:39:39 +01:00
loadingscreen.hpp Fix unnecessary use of CopyFramebufferToTextureCallback when loading is too fast for a loading screen to be displayed 2017-02-03 23:39:39 +01:00
mainmenu.cpp Include cleanup 2015-07-18 20:36:28 +02:00
mainmenu.hpp Move OpenMW version information to a textfile instead of compiling it in 2015-07-18 03:09:04 +02:00
mapwindow.cpp Move global map render to the worker thread 2017-02-14 07:58:16 +01:00
mapwindow.hpp Move global map render to the worker thread 2017-02-14 07:58:16 +01:00
merchantrepair.cpp Porting code to ConstContainerStoreIterator 2017-02-19 15:18:35 +00:00
merchantrepair.hpp
messagebox.cpp Allow replacing of interactive message boxes (Fixes ) 2015-11-28 19:15:54 +01:00
messagebox.hpp Fix -Wunused-private-field clang warnings 2015-06-04 20:42:05 +02:00
mode.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes ) 2015-02-07 04:05:28 +01:00
pickpocketitemmodel.cpp Add ItemModel::allowedToInsertItems 2016-03-05 19:53:24 +01:00
pickpocketitemmodel.hpp Add ItemModel::allowedToInsertItems 2016-03-05 19:53:24 +01:00
quickkeysmenu.cpp Porting more ContainerStoreIterator usage to const version 2017-02-27 21:50:10 +00:00
quickkeysmenu.hpp Allow binding Hand To Hand in quick keys menu (Fixes ) 2015-03-12 02:23:46 +01:00
race.cpp Fix shadowing warnings 2016-10-06 23:33:52 +09:00
race.hpp CharacterPreview no longer depends on osgViewer 2016-08-16 22:47:45 +02:00
recharge.cpp Improve performance of repairing/recharging (Fixes ) 2016-11-06 11:01:46 +01:00
recharge.hpp Improve performance of repairing/recharging (Fixes ) 2016-11-06 11:01:46 +01:00
referenceinterface.cpp extracted MWMechanics::getPlayer() 2015-08-21 21:12:39 +12:00
referenceinterface.hpp
repair.cpp Improve performance of repairing/recharging (Fixes ) 2016-11-06 11:01:46 +01:00
repair.hpp Improve performance of repairing/recharging (Fixes ) 2016-11-06 11:01:46 +01:00
review.cpp Show starting abilities, powers and spells in stat-review window (Fixes ) 2016-11-19 21:51:19 +01:00
review.hpp Fix -Wmismatched-tags clang warning 2016-11-20 15:10:37 +01:00
savegamedialog.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
savegamedialog.hpp Restore savegame screenshot display 2015-05-28 02:34:38 +02:00
screenfader.cpp Change texture coordinates when falling back to player_hit_01 2015-12-07 18:32:58 +01:00
screenfader.hpp Change texture coordinates when falling back to player_hit_01 2015-12-07 18:32:58 +01:00
scrollwindow.cpp extracted MWMechanics::getPlayer() 2015-08-21 21:12:39 +12:00
scrollwindow.hpp Fix -Woverloaded-virtual clang warnings 2015-06-04 20:31:28 +02:00
settingswindow.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
settingswindow.hpp Fix horrible performance when resizing/moving the settings window 2016-11-01 16:37:00 +01:00
sortfilteritemmodel.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
sortfilteritemmodel.hpp Improve performance of repairing/recharging (Fixes ) 2016-11-06 11:01:46 +01:00
soulgemdialog.cpp
soulgemdialog.hpp
spellbuyingwindow.cpp Optimize MWMechanics::Spells 2015-11-27 01:07:15 +01:00
spellbuyingwindow.hpp
spellcreationdialog.cpp Optimize MWMechanics::Spells 2015-11-27 01:07:15 +01:00
spellcreationdialog.hpp
spellicons.cpp durations in tooltips : use "show effect duration" setting 2015-09-16 22:42:54 +02:00
spellicons.hpp Silence -Wreorder warnings. 2015-04-28 18:48:02 -05:00
spellmodel.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
spellmodel.hpp Silence -Wreorder warnings. 2015-04-28 18:48:02 -05:00
spellview.cpp Revert "Accept a ConstPtr in ItemPtr tooltips" 2015-12-19 22:52:35 +01:00
spellview.hpp Merge branch 'master' of https://github.com/OpenMW/openmw into osg 2015-06-07 15:23:54 +02:00
spellwindow.cpp Allow deleting spells that have the "always succeeds" flag (Fixes ) 2016-11-21 02:26:02 +09:00
spellwindow.hpp provide incremental update of SpellWindow (Fixes ) 2015-04-03 17:59:13 +13:00
statswindow.cpp StatsWindow: don't rebuild all skill widgets when one skill changes 2017-02-06 02:40:35 +01:00
statswindow.hpp StatsWindow: don't rebuild all skill widgets when one skill changes 2017-02-06 02:40:35 +01:00
textinput.cpp
textinput.hpp
timeadvancer.cpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes ) 2015-02-07 04:05:28 +01:00
timeadvancer.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes ) 2015-02-07 04:05:28 +01:00
tooltips.cpp Fix shadowing warnings 2016-10-31 00:39:31 +09:00
tooltips.hpp Use getWeightString() to avoid casting to int 2016-08-14 19:38:53 +09:00
tradeitemmodel.cpp Do not show uncarriable lights in item views 2016-09-24 18:01:31 +02:00
tradeitemmodel.hpp
tradewindow.cpp Moved mechanics code from MWGui::TradeWindow to MWMechanics::Trading 2016-06-04 12:28:47 -04:00
tradewindow.hpp Moved mechanics code from MWGui::TradeWindow to MWMechanics::Trading 2016-06-04 12:28:47 -04:00
trainingwindow.cpp Apply magic effects while waiting/sleeping 2016-07-06 00:20:23 +02:00
trainingwindow.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes ) 2015-02-07 04:05:28 +01:00
travelwindow.cpp Moved duplicated code to common ActionTeleport static method and reordered travel price calculations 2016-12-23 21:27:29 +01:00
travelwindow.hpp
videowidget.cpp Change the way that image origin is converted to OpenGL's lower-left convention 2016-02-05 21:03:11 +01:00
videowidget.hpp Port VideoWidget 2015-05-01 03:03:44 +02:00
waitdialog.cpp Apply magic effects while waiting/sleeping 2016-07-06 00:20:23 +02:00
waitdialog.hpp Remove unnecessary dependency on MWScrollBar 2015-10-24 16:04:08 +02:00
widgets.cpp Fix tab indentations in apps/ and components/ 2015-09-16 20:45:37 +02:00
widgets.hpp Silence -Wreorder warnings. 2015-04-28 18:48:02 -05:00
windowbase.cpp Attempt to silence warning 2016-08-14 16:41:17 +02:00
windowbase.hpp Remove an unneeded virtual 2015-07-15 19:10:09 +02:00
windowmanagerimp.cpp More consistent wording of errors/warnings 2017-03-04 21:48:31 +01:00
windowmanagerimp.hpp Preload magic effect visuals of the player's selected weapon/spell 2017-02-15 21:01:25 +01:00
windowpinnablebase.cpp Use mouse pressed event for pin button instead of mouse click 2015-01-31 22:40:41 +01:00
windowpinnablebase.hpp Use mouse pressed event for pin button instead of mouse click 2015-01-31 22:40:41 +01:00