1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 18:49:54 +00:00
openmw-tes3mp/apps/openmw/mwgui
AnyOldName3 ba74fbf30e Fix MyGUI log
Also actually print an error to the regular log when the MyGUI log can't
be opened so we notice if we kill it again in under five years.
2021-03-15 22:35:13 +00:00
..
alchemywindow.cpp Fix issues, found by CoverityScan 2020-04-04 17:45:26 +04:00
alchemywindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
backgroundimage.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
backgroundimage.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
birth.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
birth.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
bookpage.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
bookpage.hpp MyGUI HEAD compatibility 2021-03-02 13:24:30 +00:00
bookwindow.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 2019-06-09 02:12:44 +03:00
bookwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
charactercreation.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
charactercreation.hpp Add a separate stats watcher for GUI 2020-07-01 15:55:44 +04:00
class.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
class.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
companionitemmodel.cpp Rework prevent merchant equipping setting again 2019-10-28 01:58:23 +03:00
companionitemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
companionwindow.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
companionwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
confirmationdialog.cpp Fixes bug #4650 2019-09-02 16:49:29 +02:00
confirmationdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
console.cpp Fix Ctrl U/W behaviour to work with unicode text 2021-02-25 19:33:11 +01:00
console.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
container.cpp Don't reset temporarily hidden container window 2020-10-22 02:12:31 +03:00
container.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
containeritemmodel.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
containeritemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
controllers.cpp Get rid of redundant ControllerRepeatClick class 2019-05-17 10:49:00 +04:00
controllers.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
countdialog.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 2019-06-09 02:12:44 +03:00
countdialog.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
cursor.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
cursor.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
debugwindow.cpp Fix build against bullet with profiler disabled (Fixes #3592) 2016-10-14 21:00:35 +02:00
debugwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
dialogue.cpp Don't regenerate the topics list unconditionally 2020-12-12 23:07:00 +03:00
dialogue.hpp Don't regenerate the topics list unconditionally 2020-12-12 23:07:00 +03:00
draganddrop.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
draganddrop.hpp Exit drag-and-drop if dragged item is deleted (Fixes #3097) 2017-09-26 16:51:19 +02:00
enchantingdialog.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 2019-06-09 02:12:44 +03:00
enchantingdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
exposedwindow.cpp Allow to maximize windows via Shift + Double Click (feature #3999) 2019-05-01 20:15:11 +04:00
exposedwindow.hpp Allow to maximize windows via Shift + Double Click (feature #3999) 2019-05-01 20:15:11 +04:00
formatting.cpp Only ignore plain text after the last EOL tag (#5627) 2020-12-23 03:33:34 +03:00
formatting.hpp Only ignore plain text after the last EOL tag (#5627) 2020-12-23 03:33:34 +03:00
hud.cpp Code cleanup 2021-01-09 14:41:10 +04:00
hud.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
inventoryitemmodel.cpp Rework prevent merchant equipping setting again 2019-10-28 01:58:23 +03:00
inventoryitemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
inventorywindow.cpp Add many more godmode checks to harmful magic (bug #5633) 2020-10-09 20:36:51 +03:00
inventorywindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
itemchargeview.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
itemchargeview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
itemmodel.cpp Remove unused ItemStack::stacks 2020-04-24 20:38:55 +02:00
itemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
itemselection.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
itemselection.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
itemview.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
itemview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
itemwidget.cpp Log when icon is missing and fallback is used 2021-02-14 16:56:21 +00:00
itemwidget.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
jailscreen.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
jailscreen.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
journalbooks.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
journalbooks.hpp Use field for columns count instead of out integer 2018-09-12 14:31:01 +04:00
journalviewmodel.cpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
journalviewmodel.hpp Fix C5204 warnings by adding default virtual destructors 2020-03-26 14:49:12 +04:00
journalwindow.cpp Avoid dead code 2021-01-09 13:52:01 +04:00
journalwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
keyboardnavigation.cpp Add version checks 2020-12-25 13:05:41 +01:00
keyboardnavigation.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
layout.cpp Resolve crashes on exit with visible MyGUI widgets 2021-03-13 15:43:46 -08:00
layout.hpp Handle MyGUI exceptions inside destructors 2018-09-11 11:11:27 +04:00
levelupdialog.cpp Store attributes and skills values as floats (bug #4021) 2020-06-03 17:34:15 +04:00
levelupdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
loadingscreen.cpp Fix a race condition in loading screen. 2021-01-26 19:28:09 +01:00
loadingscreen.hpp Fix a race condition in loading screen. 2021-01-26 19:28:09 +01:00
mainmenu.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
mainmenu.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
mapwindow.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
mapwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
merchantrepair.cpp Set a minimum 1gp cost for services (regression #5600) 2020-09-08 17:04:31 +04:00
merchantrepair.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
messagebox.cpp Avoid possible memory leak in the mInterMessageBoxe field 2021-01-09 14:43:00 +04:00
messagebox.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
mode.hpp Make console to do not hide other GUI windows (bug #1515) 2019-05-29 17:10:57 +04:00
pickpocketitemmodel.cpp Store attributes and skills values as floats (bug #4021) 2020-06-03 17:34:15 +04:00
pickpocketitemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
quickkeysmenu.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
quickkeysmenu.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
race.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
race.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
recharge.cpp Recharge items outside of player's inventory (bug #4077) 2019-10-07 22:59:43 +04:00
recharge.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
referenceinterface.cpp Some PVS-Studio and cppcheck fixes 2018-04-18 12:36:10 +00:00
referenceinterface.hpp Remove redundant player cell variable 2017-09-24 19:08:13 +02:00
repair.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
repair.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
resourceskin.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
resourceskin.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
review.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
review.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
savegamedialog.cpp Reset selected slot when close savegame dialogue to avoid accidental saving/loading 2020-06-17 11:09:17 +04:00
savegamedialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
screenfader.cpp Make sure fade operations properly end (bug #4639) 2019-06-06 12:25:01 +03:00
screenfader.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
scrollwindow.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 2019-06-09 02:12:44 +03:00
scrollwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
settingswindow.cpp Implement instanced groundcover 2021-01-26 22:29:41 +04:00
settingswindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
sortfilteritemmodel.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
sortfilteritemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
soulgemdialog.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
soulgemdialog.hpp Added soulgem dialog; made interactive message boxes not close the previous UI 2013-03-30 15:51:07 +01:00
spellbuyingwindow.cpp Set a minimum 1gp cost for services (regression #5600) 2020-09-08 17:04:31 +04:00
spellbuyingwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
spellcreationdialog.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
spellcreationdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
spellicons.cpp Reset effect icon transparency when they're hidden (#5877) 2021-03-03 21:17:59 +03:00
spellicons.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
spellmodel.cpp Use range based for loops and auto 2020-12-04 18:34:51 +01:00
spellmodel.hpp Extend spell/item search to search by magic effect name 2020-11-19 10:34:15 -05:00
spellview.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
spellview.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
spellwindow.cpp Add many more godmode checks to harmful magic (bug #5633) 2020-10-09 20:36:51 +03:00
spellwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
statswatcher.cpp Update HUD icons during mechanics update again to avoid crashes 2020-07-11 20:40:00 +04:00
statswatcher.hpp Remove redundant virtual qualifier 2020-07-04 10:17:39 +04:00
statswindow.cpp Show level multipliers in levelup tooltip 2021-01-25 10:01:39 +00:00
statswindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
textcolours.cpp Move TextColours initialization to the TextColours itself 2020-05-26 18:35:16 +04:00
textcolours.hpp Move TextColours initialization to the TextColours itself 2020-05-26 18:35:16 +04:00
textinput.cpp Partially revert "Get rid of redundant setKeyFocusWidget() method" 2019-06-09 02:12:44 +03:00
textinput.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
timeadvancer.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
timeadvancer.hpp Add training progress bar, implement jail screen, tweak wait dialog (Fixes #1714) 2015-02-07 04:05:28 +01:00
tooltips.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
tooltips.hpp Show the soulgem soul in count dialog (feature #5362) 2020-04-12 11:55:00 +03:00
tradeitemmodel.cpp Rework container resolution (#3006) 2020-10-13 17:46:32 +02:00
tradeitemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
tradewindow.cpp Fix regression #5666 2020-10-27 18:08:14 +03:00
tradewindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
trainingwindow.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
trainingwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
travelwindow.cpp Fix follower aggression when traveling. Summoning still has problems but less intrusive than current implementation. 2020-10-03 20:05:17 +00:00
travelwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
videowidget.cpp Pause both audio and video playback when the game is minimized (feature #4944) 2020-04-04 22:54:51 +04:00
videowidget.hpp Pause both audio and video playback when the game is minimized (feature #4944) 2020-04-04 22:54:51 +04:00
waitdialog.cpp Introduce a separate class to control world date and time 2020-06-05 12:07:32 +04:00
waitdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
widgets.cpp Replace zeroes and nulls by nullptrs 2020-11-29 11:14:07 +04:00
widgets.hpp components/compiler cleanup; also cleaned up related cascading warnings; fixed up final/override issues 2020-10-22 23:57:53 +02:00
windowbase.cpp Do not discard division reminder 2019-11-13 15:18:18 +04:00
windowbase.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
windowmanagerimp.cpp Fix MyGUI log 2021-03-15 22:35:13 +00:00
windowmanagerimp.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
windowpinnablebase.cpp Allow to maximize windows via Shift + Double Click (feature #3999) 2019-05-01 20:15:11 +04:00
windowpinnablebase.hpp Allow to maximize windows via Shift + Double Click (feature #3999) 2019-05-01 20:15:11 +04:00