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
David Cernat 5181c601c0 Add OpenMW commits up to 2 May 2019
# Conflicts:
#	CMakeLists.txt
#	apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
#	apps/openmw/mwscript/statsextensions.cpp
2019-08-22 08:40:32 +03:00
..
alchemywindow.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
alchemywindow.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
backgroundimage.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
backgroundimage.hpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
birth.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
birth.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
bookpage.cpp Fix some Clang 7 warnings 2018-11-09 19:42:59 +04:00
bookpage.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
bookwindow.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
bookwindow.hpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
charactercreation.cpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
charactercreation.hpp Show starting abilities, powers and spells in stat-review window (Fixes #2410) 2016-11-19 21:51:19 +01:00
class.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
class.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
companionitemmodel.cpp
companionitemmodel.hpp
companionwindow.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
companionwindow.hpp Include cleanup 2017-09-27 12:56:09 +00:00
confirmationdialog.cpp Remove unused and slightly broken custom button titles in ConfirmationDialog 2017-09-24 19:08:14 +02:00
confirmationdialog.hpp Remove unused and slightly broken custom button titles in ConfirmationDialog 2017-09-24 19:08:14 +02:00
console.cpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
console.hpp Add OpenMW commits up to 29 Oct 2018 2019-08-20 13:15:00 +03:00
container.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
container.hpp [General] Rework container sync to prevent item duping 2018-03-26 19:27:36 +03:00
containeritemmodel.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
containeritemmodel.hpp Move onClose() check to item models 2017-11-10 10:58:43 +04:00
controllers.cpp
controllers.hpp
countdialog.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04: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
debugwindow.cpp
debugwindow.hpp
dialogue.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
dialogue.hpp Update dialogue topics list after result script is run 2017-11-15 17:20:06 +00:00
draganddrop.cpp Add OpenMW commits up to 29 Oct 2018 2019-08-20 13:15:00 +03:00
draganddrop.hpp [General] Rework container sync to prevent item duping 2018-03-26 19:27:36 +03:00
enchantingdialog.cpp Replace Boost format and replace_all where possible 2019-02-24 03:20:20 +03:00
enchantingdialog.hpp Make Enter on a name edit accept the dialog 2017-09-25 00:47:07 +02:00
exposedwindow.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
exposedwindow.hpp
formatting.cpp Increase required MyGUI version to 3.2.2 2019-04-22 20:52:18 +04:00
formatting.hpp Use book font by default in the text formatter 2018-09-17 22:24:21 +04:00
hud.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
hud.hpp Optimize HUD update (do not do unnecessary work) 2019-01-25 21:15:29 +04:00
inventoryitemmodel.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
inventoryitemmodel.hpp Move onClose() check to item models 2017-11-10 10:58:43 +04:00
inventorywindow.cpp Add OpenMW commits up to 29 Oct 2018 2019-08-20 13:15:00 +03:00
inventorywindow.hpp Update pinned windows in-game (bug #4560) 2018-08-27 09:44:04 +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 convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis 2017-06-09 16:49:25 +02:00
itemmodel.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
itemmodel.hpp remove redundant allowedToInsertItems() function from ItemModel 2017-11-11 11:58:22 +04:00
itemselection.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
itemselection.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
itemview.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
itemview.hpp
itemwidget.cpp Update background texture if a new one is empty (regression #4986) 2019-04-20 11:40:42 +04:00
itemwidget.hpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
jailscreen.cpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
jailscreen.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02: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 Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
journalviewmodel.hpp Use utf8 lowercase function for journal index to avoid code duplication 2018-05-24 12:53:06 +04:00
journalwindow.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
journalwindow.hpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
keyboardnavigation.cpp Fix some Clang 7 warnings 2018-11-09 19:42:59 +04:00
keyboardnavigation.hpp Disable repeating for Accept action in keyboard navigation (bug #4260) 2018-09-09 23:10:09 +04:00
layout.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
layout.hpp Handle MyGUI exceptions inside destructors 2018-09-11 11:11:27 +04:00
levelupdialog.cpp Make fallback map static to simplify constructors 2019-03-29 15:30:49 +04:00
levelupdialog.hpp Rename WindowBase's open/close to onOpen/onClose 2017-09-24 19:08:12 +02:00
loadingscreen.cpp Make sure CopyFramebufferToTextureCallback is only called once and not every frame 2018-12-25 11:56:24 -05:00
loadingscreen.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
mainmenu.cpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
mainmenu.hpp Fix exiting savegamedialog with 'esc' when no game is running 2017-10-05 18:35:09 +02:00
mapwindow.cpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
mapwindow.hpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
merchantrepair.cpp Avoid item condition and charge zero divisions 2018-10-24 19:06:55 +03:00
merchantrepair.hpp Improve GUI scaling (bug #3288) 2018-09-12 14:31:01 +04:00
messagebox.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
messagebox.hpp Center progress bar when there are active messageboxes (bug #4691) 2018-10-28 14:40:48 +04:00
mode.hpp Remove redundant RestBed gui mode 2017-09-24 19:08:14 +02:00
pickpocketitemmodel.cpp remove redundant allowedToInsertItems() function from ItemModel 2017-11-11 11:58:22 +04:00
pickpocketitemmodel.hpp remove redundant allowedToInsertItems() function from ItemModel 2017-11-11 11:58:22 +04:00
quickkeysmenu.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
quickkeysmenu.hpp Merge pull request #456 from OpenMW/master while resolving conflicts 2018-07-04 01:52:29 +03:00
race.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
race.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
recharge.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
recharge.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +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 Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
repair.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +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 Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
review.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
review.hpp Improve GUI scaling (bug #3288) 2018-09-12 14:31:01 +04:00
savegamedialog.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
savegamedialog.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
screenfader.cpp Handle MyGUI exceptions inside destructors 2018-09-11 11:11:27 +04:00
screenfader.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
scrollwindow.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
scrollwindow.hpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
settingswindow.cpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
settingswindow.hpp Add more settings to water reflections in exteriors (feature #4859) 2019-03-02 14:26:14 +04:00
sortfilteritemmodel.cpp Implement getNormalizedEnchantmentCharge() method and use it 2018-10-25 16:16:07 +03:00
sortfilteritemmodel.hpp Move onClose() check to item models 2017-11-10 10:58:43 +04:00
soulgemdialog.cpp Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window 2017-09-24 19:08:12 +02:00
soulgemdialog.hpp
spellbuyingwindow.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
spellbuyingwindow.hpp Include cleanup 2019-02-19 18:40:33 +03:00
spellcreationdialog.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
spellcreationdialog.hpp Make Enter on a name edit accept the dialog 2017-09-25 00:47:07 +02:00
spellicons.cpp Fix missing \n characters on the active effects tooltips 2019-03-18 08:47:46 +04:00
spellicons.hpp
spellmodel.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
spellmodel.hpp Initialize missing variables 2018-08-01 20:18:37 +04:00
spellview.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
spellview.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
spellwindow.cpp Add OpenMW commits up to 9 Mar 2019 2019-08-21 19:04:04 +03:00
spellwindow.hpp Implement filtering in the spells window 2018-05-24 10:48:46 +04:00
statswindow.cpp DRY skill widget updates in stats window 2019-03-05 22:52:30 +00:00
statswindow.hpp Improve GUI scaling (bug #3288) 2018-09-12 14:31:01 +04:00
textcolours.hpp improve dialogue window performance 2017-07-26 18:58:27 +02:00
textinput.cpp Disable repeating for ENTER key in GUI 2018-09-10 12:55:00 +04:00
textinput.hpp Refactor exitCurrentGuiMode 2017-09-24 19:08:13 +02:00
timeadvancer.cpp Remove redundant includes 2019-02-23 08:02:12 +04:00
timeadvancer.hpp
tooltips.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
tooltips.hpp Improve tooltips cleanup (bug #4714) 2018-11-13 10:00:12 +04:00
tradeitemmodel.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
tradeitemmodel.hpp Use owned tooltips for items in containers correctly 2017-10-04 12:13:45 +04:00
tradewindow.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
tradewindow.hpp Make TradeWindow not depend on DialogueWindow 2017-09-25 18:07:49 +02:00
trainingwindow.cpp Add OpenMW commits up to 1 Apr 2019 2019-08-21 23:54:39 +03:00
trainingwindow.hpp Allow training window exit() 2017-10-08 20:38:20 +00:00
travelwindow.cpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
travelwindow.hpp Improve GUI scaling (bug #3288) 2018-09-12 14:31:01 +04:00
videowidget.cpp Replace all NULLs to nullptr 2018-10-09 10:21:12 +04:00
videowidget.hpp Always include <memory> for smart pointers in MWGui 2019-02-25 18:50:51 +03:00
waitdialog.cpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
waitdialog.hpp Only allow resting in air when a bed is used 2019-04-04 17:22:24 +03:00
widgets.cpp Increase required MyGUI version to 3.2.2 2019-04-22 20:52:18 +04:00
widgets.hpp [Fix] Some PVS-Studio and cppcheck fixes 2018-04-18 12:36:10 +00:00
windowbase.cpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
windowbase.hpp Allow to calculate UI skin size based on texture resolution (feature #4968) 2019-04-10 10:34:07 +04:00
windowmanagerimp.cpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
windowmanagerimp.hpp Add OpenMW commits up to 2 May 2019 2019-08-22 08:40:32 +03:00
windowpinnablebase.cpp Use C++11-style loops in the GUI instead of iterators 2019-03-02 13:27:59 +04:00
windowpinnablebase.hpp