1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 07:19:54 +00:00
openmw-tes3mp/apps/openmw/mwgui
2013-03-20 03:31:01 +01:00
..
alchemywindow.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
alchemywindow.hpp fix some alchemy issues and make the gui use the new implementation 2012-10-18 22:21:39 +02:00
birth.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
birth.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
bookwindow.cpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 2013-02-17 15:56:22 +01:00
bookwindow.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 2013-02-17 15:56:22 +01:00
charactercreation.cpp Merge branch 'master' into next 2013-03-20 02:29:03 +01:00
charactercreation.hpp move ESMStore to MWWorld 2012-11-05 17:18:01 +04:00
class.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
class.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
confirmationdialog.cpp replaced everything with the new method 2012-09-10 13:39:22 +02:00
confirmationdialog.hpp some unfinished work on quick keys window 2012-08-26 10:52:06 +02:00
console.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
console.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
container.cpp Fix the 'Take all' button taking equipped items when stealing 2013-03-17 22:28:28 +01:00
container.hpp Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 2013-03-07 14:00:13 +01:00
countdialog.cpp Task #400 Review GMST access 2012-09-22 21:35:57 +02:00
countdialog.hpp some unfinished work on quick keys window 2012-08-26 10:52:06 +02:00
cursor.cpp Fix manually changed mouse cursor 2013-03-07 12:46:26 +01:00
cursor.hpp Got rid of the texture rotation hack by rendering the cursor manually. 2013-03-01 18:45:52 +01:00
dialogue.cpp Fix dialogue topics still being accessible in the history pane when they shouldn't be 2013-03-20 03:30:15 +01:00
dialogue.hpp Fix topics that have the same name as a service opening that service when clicked 2013-03-09 21:50:01 +01:00
dialogue_history.cpp move ESMStore to MWWorld 2012-11-05 17:18:01 +04:00
dialogue_history.hpp fixed some "using namespace" in headers 2012-09-10 09:10:50 +02:00
enchantingdialog.cpp abstracted code and use it in enchanting window as well 2012-10-03 15:36:10 +02:00
enchantingdialog.hpp abstracted code and use it in enchanting window as well 2012-10-03 15:36:10 +02:00
exposedwindow.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
exposedwindow.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
formatting.cpp Fixed book text misalignment, at least in some cases 2013-02-12 11:49:20 +04:00
formatting.hpp BookTextParser: moved to Ogre::UTFString 2013-02-12 11:22:19 +04:00
hud.cpp Fix manually changed mouse cursor 2013-03-07 12:46:26 +01:00
hud.hpp Merge remote-tracking branch 'scrawl/includes' 2013-03-03 15:37:13 +01:00
imagebutton.cpp Fix menu/journal/book/scroll buttons when using localised MW-installations 2013-01-03 01:09:03 +01:00
imagebutton.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
inventorywindow.cpp Move getArmorRating to MWWorld::Class. 2013-03-17 22:29:12 +01:00
inventorywindow.hpp Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 2013-03-07 14:00:13 +01:00
itemselection.cpp replaced everything with the new method 2012-09-10 13:39:22 +02:00
itemselection.hpp some unfinished work on quick keys window 2012-08-26 10:52:06 +02:00
journalwindow.cpp Fix menu/journal/book/scroll buttons when using localised MW-installations 2013-01-03 01:09:03 +01:00
journalwindow.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
levelupdialog.cpp Access to Fallback via getFallback 2013-03-17 13:50:15 +01:00
levelupdialog.hpp Levelup dialog is now dynamic; added level descriptions 2013-03-12 17:18:47 +01:00
list.cpp Fix topics that have the same name as a service opening that service when clicked 2013-03-09 21:50:01 +01:00
list.hpp Fix topics that have the same name as a service opening that service when clicked 2013-03-09 21:50:01 +01:00
loadingscreen.cpp Removed the 3 dots after the load text. 2013-02-28 19:25:18 +01:00
loadingscreen.hpp Supply the new render window to mygui 2013-02-05 20:48:25 +01:00
mainmenu.cpp added missing click sound to main menu 2013-02-26 19:37:47 +01:00
mainmenu.hpp Fix menu/journal/book/scroll buttons when using localised MW-installations 2013-01-03 01:09:03 +01:00
map_window.cpp Several tooltip fixes 2013-03-20 03:31:01 +01:00
map_window.hpp Workaround to prevent the map drawing on top of the world button 2013-02-28 21:12:13 +01:00
messagebox.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
messagebox.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
mode.hpp Merge branch 'master' into videoplayback 2012-12-01 11:30:51 +01:00
quickkeysmenu.cpp Issue #479: Added additional magnitude parameter to known spells 2013-01-12 13:10:20 +01:00
quickkeysmenu.hpp fix screenshot function 2012-08-27 15:51:01 +02:00
race.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
race.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
referenceinterface.cpp Fixed some windows issues and got rid of a few tiny warnings while at it. 2012-07-07 01:14:18 +02:00
referenceinterface.hpp Fixed some windows issues and got rid of a few tiny warnings while at it. 2012-07-07 01:14:18 +02:00
review.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
review.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
scrollwindow.cpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 2013-02-17 15:56:22 +01:00
scrollwindow.hpp Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed. 2013-02-17 15:56:22 +01:00
settingswindow.cpp Simpler, more lightweight underwater effect, changed colors to match vanilla better 2013-03-03 19:28:11 +01:00
settingswindow.hpp Simpler, more lightweight underwater effect, changed colors to match vanilla better 2013-03-03 19:28:11 +01:00
spellbuyingwindow.cpp Fix the spell buying window listing already owned spells 2013-03-06 15:11:40 +01:00
spellbuyingwindow.hpp Fix the spell buying window listing already owned spells 2013-03-06 15:11:40 +01:00
spellcreationdialog.cpp Fix invalid cast exception in the spell creation dialog 2013-03-13 19:45:22 +01:00
spellcreationdialog.hpp Fix invalid cast exception in the spell creation dialog 2013-03-13 19:45:22 +01:00
spellicons.cpp Fix ingredient effect display 2013-03-03 12:41:57 +01:00
spellicons.hpp Magic effect icons for spells 2013-03-03 12:01:19 +01:00
spellwindow.cpp Magic effect icons for spells 2013-03-03 12:01:19 +01:00
spellwindow.hpp Magic effect icons for spells 2013-03-03 12:01:19 +01:00
stats_window.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
stats_window.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
text_input.cpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
text_input.hpp Fix headers including whole MyGUI.h, forward declare where appropriate, and fix some deprecated types (WidgetPtr) 2013-03-03 13:11:02 +01:00
tooltips.cpp In-console nonexistent class fix 2013-03-19 21:55:37 +01:00
tooltips.hpp Magic effect icons for spells 2013-03-03 12:01:19 +01:00
tradewindow.cpp Create a separate rigid body / shape with full details for raycasting, remove the occlusion query hack 2013-03-08 23:46:25 +01:00
tradewindow.hpp Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 2013-03-07 14:00:13 +01:00
trainingwindow.cpp method names, disposition uint->int 2012-11-09 14:42:09 +01:00
trainingwindow.hpp training window 2012-10-17 18:03:02 +02:00
travelwindow.cpp Fix travel services not actually costing gold. 2013-02-17 18:30:21 +01:00
travelwindow.hpp traveling. 2012-10-08 11:14:22 +02:00
waitdialog.cpp Better use an enum for magic effect IDs 2013-03-16 23:28:26 +01:00
waitdialog.hpp Implement "Rest Until Healed" 2013-02-16 13:35:03 -05:00
widgets.cpp Fix infinite recursion on shutdown caused by incorrect onWidgetDestroy listener 2013-03-13 23:17:25 +01:00
widgets.hpp Fix infinite recursion on shutdown caused by incorrect onWidgetDestroy listener 2013-03-13 23:17:25 +01:00
window_base.cpp some unfinished work on quick keys window 2012-08-26 10:52:06 +02:00
window_base.hpp some unfinished work on quick keys window 2012-08-26 10:52:06 +02:00
window_pinnable_base.cpp Remove "PinToggle" event from layout file 2013-02-20 01:31:10 +01:00
window_pinnable_base.hpp Remove "PinToggle" event from layout file 2013-02-20 01:31:10 +01:00
windowmanagerimp.cpp Feature #535: Console object selection improvements 2013-03-18 21:33:12 +01:00
windowmanagerimp.hpp Feature #535: Console object selection improvements 2013-03-18 21:33:12 +01:00