1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-12 21:39:26 +00:00
OpenMW/apps/openmw/mwgui
2013-11-21 17:19:30 +01:00
..
alchemywindow.cpp Refactor NpcAnimation: get rid of delayed update (no longer required), make sure that the Animation is set up *before* the inventory store is accessed anywhere (which now triggers auto equip and animation update). Allows better tracking of magic VFX for permanent enchantments in InventoryStore. 2013-11-14 14:41:10 +01:00
alchemywindow.hpp
birth.cpp
birth.hpp
bookpage.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
bookpage.hpp
bookwindow.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
bookwindow.hpp
charactercreation.cpp Chargen Review Dialog: Init fix. 2013-11-06 23:19:53 -06:00
charactercreation.hpp Chargen Review Dialog: Init fix. 2013-11-06 23:19:53 -06:00
class.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
class.hpp
companionitemmodel.cpp
companionitemmodel.hpp
companionwindow.cpp Forgot to apply the same fix to companion window 2013-11-16 23:55:54 +01:00
companionwindow.hpp
confirmationdialog.cpp
confirmationdialog.hpp
console.cpp mild cleanup 2013-08-07 13:16:20 -04:00
console.hpp Fixes the console sometimes receiving text after it was closed 2013-07-14 23:54:28 +02:00
container.cpp Fix trade windows crashing after a new game 2013-11-16 22:29:40 +01:00
container.hpp
containeritemmodel.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
containeritemmodel.hpp
controllers.cpp Use the already existing mScrollPage as step size for scrollbar button repeats; increased precision of options menu sliders 2013-07-06 16:40:57 +02:00
controllers.hpp use a mygui controller for scrollbar repeat 2013-07-05 19:17:00 +02:00
countdialog.cpp Allow the 'Activate' key to close the countdialog window; cleanups 2013-07-29 18:27:00 +02:00
countdialog.hpp Allow the 'Activate' key to close the countdialog window; cleanups 2013-07-29 18:27:00 +02:00
cursor.cpp Remove software cursor option, hw cursors seem to be working well enough 2013-11-20 06:20:16 +01:00
cursor.hpp Remove software cursor option, hw cursors seem to be working well enough 2013-11-20 06:20:16 +01:00
dialogue.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
dialogue.hpp
enchantingdialog.cpp
enchantingdialog.hpp
exposedwindow.cpp
exposedwindow.hpp
fontloader.cpp Fixed polish font 2013-09-10 22:11:57 +02:00
fontloader.hpp
formatting.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
formatting.hpp
hud.cpp Call ContainerStore::remove() to remove items from inventory 2013-11-10 02:45:16 +01:00
hud.hpp Breath meter flashes when drowning 2013-10-27 04:05:01 -04:00
imagebutton.cpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
imagebutton.hpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
inventoryitemmodel.cpp silenced a warning 2013-11-14 12:22:24 +01:00
inventoryitemmodel.hpp
inventorywindow.cpp Make sure the equipped weapon HUD icon is updated properly 2013-11-17 23:31:07 +01:00
inventorywindow.hpp InventoryWindow: call InventoryStore::unequipItem() when an equipped item is dragged 2013-11-10 02:45:17 +01:00
itemmodel.cpp
itemmodel.hpp
itemselection.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
itemselection.hpp
itemview.cpp Fix a container window regression (oops) 2013-11-15 02:57:21 +01:00
itemview.hpp
journalbooks.cpp
journalbooks.hpp
journalviewmodel.cpp
journalviewmodel.hpp
journalwindow.cpp Fix journal for not installed tribunal (Options button should become Topics). Don't log an error when optional journal buttons (Tribunal) are not found. 2013-11-05 22:50:53 +01:00
journalwindow.hpp
keywordsearch.cpp
keywordsearch.hpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
levelupdialog.cpp Move some levelup logic from mwgui to mwmechanics 2013-07-20 22:14:10 +02:00
levelupdialog.hpp
list.cpp
list.hpp
loadingscreen.cpp No need for this ifdef since there is a default argument. 2013-10-13 18:28:22 +02:00
loadingscreen.hpp Turn off vsync while in the loading screen 2013-10-13 17:52:14 +02:00
mainmenu.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
mainmenu.hpp
mapwindow.cpp Fix an uninitalized member 2013-11-19 02:17:44 +01:00
mapwindow.hpp Refactored loading screen 2013-08-27 15:48:13 +02:00
merchantrepair.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
merchantrepair.hpp
messagebox.cpp Simplify message box manager, should fix a random bug with boxes not disappearing 2013-11-20 05:49:05 +01:00
messagebox.hpp Simplify message box manager, should fix a random bug with boxes not disappearing 2013-11-20 05:49:05 +01:00
mode.hpp Implement magic item recharging via soulgem use 2013-11-19 06:48:47 +01:00
pickpocketitemmodel.cpp
pickpocketitemmodel.hpp
quickkeysmenu.cpp Make sure the equipped weapon HUD icon is updated properly 2013-11-17 23:31:07 +01:00
quickkeysmenu.hpp
race.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
race.hpp Fix chargen race menu bug, updating a render target from within MyGUI's ControllerManager update is not a good idea 2013-07-06 17:02:40 +02:00
recharge.cpp Add missing skill increases for Enchant skill 2013-11-19 07:39:07 +01:00
recharge.hpp Implement magic item recharging via soulgem use 2013-11-19 06:48:47 +01:00
referenceinterface.cpp
referenceinterface.hpp
repair.cpp
repair.hpp
review.cpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
review.hpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
savegamedialog.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
savegamedialog.hpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
scrollwindow.cpp Allow specifying the sound type to playSound and playSound3D 2013-07-18 21:50:11 -07:00
scrollwindow.hpp
settingswindow.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
settingswindow.hpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
sortfilteritemmodel.cpp
sortfilteritemmodel.hpp
soulgemdialog.cpp Implement magic item recharging via soulgem use 2013-11-19 06:48:47 +01:00
soulgemdialog.hpp
spellbuyingwindow.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
spellbuyingwindow.hpp
spellcreationdialog.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
spellcreationdialog.hpp Spell cost is updatedon every change in enchanting and spellmaking. 2013-07-31 13:33:30 +02:00
spellicons.cpp Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX. 2013-11-17 23:31:08 +01:00
spellicons.hpp Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX. 2013-11-17 23:31:08 +01:00
spellwindow.cpp Implement Resist & Weakness effects 2013-11-16 02:34:43 +01:00
spellwindow.hpp
statswindow.cpp Some cleanup since NpcStats is now also CreatureStats 2013-08-09 01:14:08 -07:00
statswindow.hpp Some changes suggested by cppcheck 2013-07-31 18:46:32 +02:00
textinput.cpp
textinput.hpp
tooltips.cpp Refactor ActiveSpells to track range type. Added basic self range magic. 2013-11-09 07:51:46 +01:00
tooltips.hpp Change tooltip positioning to resemble vanilla 2013-07-10 03:40:13 +02:00
tradeitemmodel.cpp Throw an exception when trying to get an empty Ptr's type 2013-08-15 04:52:01 -07:00
tradeitemmodel.hpp
tradewindow.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
tradewindow.hpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
trainingwindow.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
trainingwindow.hpp
travelwindow.cpp Add starting gold for NPCs and creatures. Refactor gold removal in some gui windows (use containerstore method instead of a dependency on TradeWindow). Use real gold amount in trade window, not refill amount. 2013-11-21 17:19:30 +01:00
travelwindow.hpp
waitdialog.cpp Some cleanup since NpcStats is now also CreatureStats 2013-08-09 01:14:08 -07:00
waitdialog.hpp
widgets.cpp Added combo box widget and use it in options menu. Fixes to VBox / HBox. Added savegame dialog. 2013-11-05 19:50:24 +01:00
widgets.hpp Use the already existing mScrollPage as step size for scrollbar button repeats; increased precision of options menu sliders 2013-07-06 16:40:57 +02:00
windowbase.cpp
windowbase.hpp
windowmanagerimp.cpp Release and show the cursor when focus lost 2013-11-20 16:07:14 +01:00
windowmanagerimp.hpp Release and show the cursor when focus lost 2013-11-20 16:07:14 +01:00
windowpinnablebase.cpp Saner inventory window pinning/hiding 2013-08-07 23:30:08 +02:00
windowpinnablebase.hpp Saner inventory window pinning/hiding 2013-08-07 23:30:08 +02:00