Commit Graph

58 Commits (move)

Author SHA1 Message Date
scrawl e23775e338 Fix -Woverloaded-virtual clang warnings 10 years ago
scrawl 4b704f665f Reduce includes, move DragAndDrop to separate file 10 years ago
scrawl 715d357f24 Use a controller to move Drag&Drop widget with the mouse cursor 11 years ago
scrawl f2799ea1d9 Reset item model when reference is reset (Fixes #1628)
This caused crashes when the window was resized after the reference no longer exists (e.g. when a savegame is loaded)
11 years ago
Digmaster e3e51324a4 Esc button exits all non-modal GUI windows 11 years ago
slothlife f33559fead Fixes for MSVC warnings, less overall changes
Kept some fixes from the first round of review. Found out that several
targets weren't being built with the same basic warnings disabled.
Disabled a few warnings for external libraries specifically, rather than
applying them to all targets.
11 years ago
scrawl d01f89b153 Rewrite some awful code 11 years ago
scrawl 780bf5a2cd Implement pickpocket detection. Play a voiced dialogue entry when detected. 11 years ago
scrawl 0c4a963132 Container UI rewrite 12 years ago
Britt Mathis 6128b9276f Removed non-essential includes from all MWGui header files. 12 years ago
Britt Mathis f7383905b7 Finally eliminated calls to MWBase::WindowManager in constructors 12 years ago
Britt Mathis ce9bc6d9ba MwGui windowManager calls fixed to use MWBase::Environment::get().getWindowManager, filenames in MwGui now comply with naming conventions 12 years ago
scrawl b0199c703c Companion UI 12 years ago
scrawl c0b0227e8a enchanting 12 years ago
scrawl 0ee0dbdb97 Added "dispose corpse" button, added stealing (all items visible and no penalty yet) 12 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
Marc Zinnschlag 6534c2a55a Issue #107: WindowManager is accessed only through the interface class from now on 13 years ago
scrawl 30461438f6 still left: spell success formula 13 years ago
scrawl f1d3978897 Issue #290: Auto-Close MW-reference related GUI windows 13 years ago
scrawl 6eb15f7680 auto-select the alchemy tools with highest quality 13 years ago
scrawl c004f5d570 adjust the "total cost"/"total sold" value when trading items, added some checks with respective user notifications 13 years ago
scrawl db49e2c046 bought/sold items now use a separate ContainerStore, this fixes a stacking issue among other things 13 years ago
scrawl fb47681fbd fix a bug, some cleanup 13 years ago
scrawl 50a8eb05d9 transfering items between player and merchant works and shows a red frame for bought/sold items. 13 years ago
scrawl e2400ca7b2 only show items in the trade window that the NPC actually trades (services enum) 13 years ago
scrawl 41efea4c1d in the trade window, don't show items that the merchant has equipped. 13 years ago
scrawl c5185cf2e4 drop item on avatar from external container bugfix 13 years ago
scrawl 477f1b42ab fixed another item dropping bug 13 years ago
scrawl 3f4ce32727 implemented player encumbrance bar 13 years ago
scrawl 175623bf22 change the drag&drop to not use a seperate containerstore 13 years ago
scrawl 71de10cb7e equipping items works, but only if you have more than one of the item that you're equipping 13 years ago
scrawl ab6336b745 using items via the inventory is now possible by dragging them on the avatar (only implemented for books right now) 13 years ago
scrawl 7fbee0d488 use MyGUI::InputManager instead of MWInputManager to detect ctrl/shift 13 years ago
scrawl 24a0fecd37 implemented item count selection dialog 13 years ago
scrawl 320cc7d020 implemented ctrl and shift-keys for item drag&drop (take all, take 1) 13 years ago
scrawl d3e162ec83 dropping items works 13 years ago
scrawl f31853d30b mouse wheel works when mouse is over an item 13 years ago
scrawl 78b06d0ebf inventory window pinning 13 years ago
scrawl 0114bf948c revised filters 13 years ago
scrawl fd18c95c5f implemented filters (no gui yet) 13 years ago
scrawl d64fccec6f display the item count in the tooltip 13 years ago
scrawl ed6ff0a94a cleanup 3 13 years ago
scrawl 3a6fde5039 cleanup 2 13 years ago
scrawl a1b86acc38 Merge branch 'master' into inventoryGUI
Conflicts:
	apps/openmw/CMakeLists.txt
	apps/openmw/mwgui/window_manager.cpp
	apps/openmw/mwgui/window_manager.hpp
	files/mygui/core.xml
13 years ago
scrawl 007a202deb cleanup 1 13 years ago
scrawl 2d3cc014c9 Merge branch 'inventoryGUI' of https://github.com/gugus/openmw into inventoryGUI
Conflicts:
	apps/openmw/mwgui/container.cpp
	apps/openmw/mwgui/container.hpp
13 years ago
gugus cfb7aa4343 Drag and drop works. There is a bug with item count when doing d&d. Clean-up time :p 13 years ago
gugus 9dd65dce30 Finished merging. 13 years ago
gugus 60ad6f01d4 another step towards drand and drop. 13 years ago
gugus 5f8c08b18b some work for dropping objects. 13 years ago