1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-15 12:49:54 +00:00
openmw-tes3mp/apps/openmw/mwgui
David Cernat a032c8d399 Add TES3MP 0.8.0 commits up to 28 Apr 2022
# Conflicts:
#	apps/openmw/mwclass/creature.cpp
#	apps/openmw/mwclass/npc.cpp
2022-04-29 01:55:54 +03:00
..
alchemywindow.cpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
alchemywindow.hpp Replaced combo boxes with list box dialogues to help navigate certain elements better in VR. 2021-02-17 18:09:07 +01: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 Don't perform a hit test outside the page's bounds 2021-04-12 08:31:45 +02:00
bookpage.hpp Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02: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 [Client] Make Back button work in character generation 2022-04-14 00:44:44 +03: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 Add OpenMW commits up to 21 May 2021 2021-05-21 16:00:09 +02:00
console.hpp Add OpenMW commits up to 21 May 2021 2021-05-21 16:00:09 +02:00
container.cpp Add TES3MP 0.8.0 commits up to 28 Apr 2022 2022-04-29 01:55:54 +03:00
container.hpp Add OpenMW commits up to 13 Apr 2021 2021-04-13 23:52:37 +02:00
containeritemmodel.cpp Add OpenMW commits up to 1 Nov 2020 2020-11-01 23:17:59 +02: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 Add TES3MP 0.8.0 commits up to 28 Apr 2022 2022-04-29 01:55:54 +03:00
dialogue.hpp Add OpenMW commits up to 13 Apr 2021 2021-04-13 23:52:37 +02:00
draganddrop.cpp Add OpenMW commits up to 30 Nov 2020 2020-12-01 01:15:39 +02:00
draganddrop.hpp [General] Rework container sync to prevent item duping 2018-03-26 19:27:36 +03:00
enchantingdialog.cpp [General] Implement OnObjectSound packet 2020-02-29 18:15:41 +02: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 Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
hud.hpp Merge branch 'master' of https://gitlab.com/madsbuvi/openmw into openxr_vr 2020-10-22 20:39:53 +02: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 OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
inventorywindow.hpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-04-24 21:14:51 +02: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 Trim down some internal includes 2021-04-30 19:39:26 +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 Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02: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 Add OpenMW commits up to 1 Nov 2020 2020-11-01 23:17:59 +02:00
jailscreen.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
journalbooks.cpp Fix out-of-bounds access in JournalBooks::createCyrillicJournalIndex 2021-05-15 10:45:39 -04:00
journalbooks.hpp Use field for columns count instead of out integer 2018-09-12 14:31:01 +04:00
journalviewmodel.cpp Do not leave variables without initialization, even in execution paths where they are unused 2021-04-19 16:08:10 +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 OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
keyboardnavigation.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
layout.cpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-03-26 17:59:23 +01:00
layout.hpp Another attempt at fixing the pipelines via mygui3.2 compatibility. This time by injecting inheritance of layers to inject the setPick function. 2020-12-01 21:36:46 +01:00
levelupdialog.cpp Trim down some internal includes 2021-04-30 19:39:26 +02:00
levelupdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
loadingscreen.cpp Add OpenMW 0.47 commits to OpenMW VR up to 4 Dec 2021 2021-12-07 21:49:20 +02:00
loadingscreen.hpp Always center loading screen progress bar by height when there is active message box 2021-05-26 23:29:37 +02:00
mainmenu.cpp Add OpenMW commits up to 30 Nov 2020 2020-12-01 01:15:39 +02:00
mainmenu.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
mapwindow.cpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
mapwindow.hpp Add OpenMW commits up to 1 Nov 2020 2020-11-01 23:17:59 +02:00
merchantrepair.cpp Add OpenMW commits up to 30 Sep 2020 2020-09-30 13:32:15 +02:00
merchantrepair.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
messagebox.cpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
messagebox.hpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
mode.hpp Wrote a meta menu for accessibility on VR controllers with few keys. 2020-10-27 20:45:41 +01:00
pickpocketitemmodel.cpp Trim down some internal includes 2021-04-30 19:39:26 +02:00
pickpocketitemmodel.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
quickkeysmenu.cpp [Client] Fix conditions for sending PlayerItemUse packet for magic items 2022-04-23 21:32:35 +03:00
quickkeysmenu.hpp Add OpenMW commits up to 21 May 2021 2021-05-21 16:00:09 +02:00
race.cpp Add OpenMW commits up to 1 Nov 2020 2020-11-01 23:17:59 +02:00
race.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02:00
recharge.cpp Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02:00
recharge.hpp Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02: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 Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02:00
repair.hpp Remove some useless includes from apps/openmw/mwgui 2021-05-15 22:15:46 +02: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 Remove unused forward declarations 2021-04-11 14:46:51 +02:00
savegamedialog.cpp Replaced combo boxes with list box dialogues to help navigate certain elements better in VR. 2021-02-17 18:09:07 +01:00
savegamedialog.hpp Replaced combo boxes with list box dialogues to help navigate certain elements better in VR. 2021-02-17 18:09:07 +01: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 Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
settingswindow.hpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-04-24 21:14:51 +02:00
sortfilteritemmodel.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
sortfilteritemmodel.hpp "static const" -> "static constexpr" in headers 2021-03-21 13:57:54 +01:00
soulgemdialog.cpp Use emplace_back instead of push_back 2020-10-18 10:27:35 +04:00
soulgemdialog.hpp
spellbuyingwindow.cpp Add OpenMW commits up to 30 Sep 2020 2020-09-30 13:32:15 +02:00
spellbuyingwindow.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02:00
spellcreationdialog.cpp Add OpenMW commits up to 13 Apr 2021 2021-04-13 23:52:37 +02:00
spellcreationdialog.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
spellicons.cpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-03-26 17:59:23 +01: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 OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
spellwindow.hpp Trim down some internal includes 2021-04-30 19:39:26 +02:00
statswatcher.cpp Update HUD icons during mechanics update again to avoid crashes 2020-07-11 20:40:00 +04:00
statswatcher.hpp Reset watched stats upon reload or new game start 2021-03-19 11:56:14 +04:00
statswindow.cpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-04-24 21:14:51 +02:00
statswindow.hpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-04-24 21:14:51 +02: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 Remove unused forward declarations 2021-04-11 14:46:51 +02:00
timeadvancer.cpp Constify a few things 2021-04-11 14:46:51 +02:00
timeadvancer.hpp Constify a few things 2021-04-11 14:46:51 +02:00
tooltips.cpp Add OpenMW 0.47 commits to OpenMW VR up to 4 Dec 2021 2021-12-07 21:49:20 +02: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 Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
tradewindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
trainingwindow.cpp Add OpenMW commits up to 1 Nov 2020 2020-11-01 23:17:59 +02:00
trainingwindow.hpp Mark overrided methods by override keyword 2020-10-16 22:18:54 +04:00
travelwindow.cpp Add OpenMW commits up to 15 Oct 2020 2020-10-15 19:51:39 +02:00
travelwindow.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02: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 [Client] Prevent wildernessRestAllowed from affecting resting in beds 2022-04-09 23:43:22 +03: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 "static const" -> "static constexpr" in headers 2021-03-21 13:57:54 +01:00
windowbase.cpp Check if onOpen/onClose reversed visibility change before forwarding it to the VR GUI Manager. 2020-11-15 16:30:15 +01:00
windowbase.hpp Merge remote-tracking branch 'remotes/origin/master' into openmw-vr 2021-04-24 21:14:51 +02:00
windowmanagerimp.cpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
windowmanagerimp.hpp Add OpenMW VR commits up to 4 Jul 2021 2022-02-15 19:45:10 +02:00
windowpinnablebase.cpp Allow to maximize windows via Shift + Double Click (feature #3999) 2019-05-01 20:15:11 +04:00
windowpinnablebase.hpp Remove unused forward declarations 2021-04-11 14:46:51 +02:00