scrawl
|
1006411c02
|
small fix for mygui log being spammed with errors
|
13 years ago |
scrawl
|
41466fc5fc
|
gold label fix, and don't allow selling gold
|
13 years ago |
scrawl
|
f28f36f262
|
added sounds to trade window
|
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
|
342a244e31
|
NPC now doesn't buy items of types that he shouldn't accept.
|
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
|
6ae642aa06
|
complete trade window layout
|
13 years ago |
scrawl
|
4213b4370f
|
trade window shows up and shows the vendor's inventory items.
|
13 years ago |
scrawl
|
66abfd17ab
|
check the container's "Organic" flag before trying to place items inside.
|
13 years ago |
scrawl
|
c5185cf2e4
|
drop item on avatar from external container bugfix
|
13 years ago |
scrawl
|
9c4243782e
|
sorting items
|
13 years ago |
scrawl
|
398a7dc65c
|
crash fix (hopefully)
|
13 years ago |
scrawl
|
6a0cb32b7e
|
removed unnecessary code
|
13 years ago |
scrawl
|
c5d685c780
|
added an assert
|
13 years ago |
scrawl
|
f8c20ef77f
|
don't allow putting items into a container if the weight is exceeded.
|
13 years ago |
scrawl
|
477f1b42ab
|
fixed another item dropping bug
|
13 years ago |
scrawl
|
5a43fe3e5f
|
remove debug prints
|
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
|
b18ee198b4
|
use a raycast to determine where to place object, if distance is too far
drop it on the ground
|
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
|
a47d29c184
|
fix the inventory window overlapping with over windows in default layout
|
13 years ago |
scrawl
|
3a93df8db4
|
dynamic inventory layout like morrowind
|
13 years ago |
scrawl
|
d266b4fe87
|
hide the cursor during drag&drop and don't allow hotkeys that change guimode
|
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
|
8e6c943400
|
"take all"-button sound (first item)
|
13 years ago |
scrawl
|
fd18c95c5f
|
implemented filters (no gui yet)
|
13 years ago |
scrawl
|
e6e50f4ad4
|
fix items getting cut off
|
13 years ago |
scrawl
|
f3c88adc0b
|
items can now also be dropped on another item (and will be placed in
container)
|
13 years ago |
scrawl
|
54c23c7422
|
show the background texture for enchanted items in inventory/container
|
13 years ago |
scrawl
|
19e8e84f9a
|
more cleanup, removed the redundant ItemWidget and use widget userdata
|
13 years ago |
scrawl
|
e714b77df8
|
small fix
|
13 years ago |
scrawl
|
1abf70692c
|
added a scrollbar to the item container, dynamic positioning of items, fixed the item count display bug
|
13 years ago |
scrawl
|
a31a9e51d3
|
add the sound for item drag&drop
|
13 years ago |
scrawl
|
722af60337
|
implemented the "Take all" button
|
13 years ago |
scrawl
|
d64fccec6f
|
display the item count in the tooltip
|
13 years ago |
scrawl
|
7723044df0
|
added the item tooltips
|
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
|
e9134717d6
|
the GUI part of drag and drop is working
|
13 years ago |
gugus
|
60ad6f01d4
|
another step towards drand and drop.
|
13 years ago |
gugus
|
5f8c08b18b
|
some work for dropping objects.
|
13 years ago |
gugus
|
5603cb312c
|
Objects can now be selected and follow mouse movements.
|
13 years ago |
gugus
|
a6419c3596
|
Clicking on an item is now detected.
Trying to have items follow the mouse position, but it doesn't work yet.
|
13 years ago |
scrawl
|
1b02b503a2
|
gcc compile fix
|
13 years ago |
gugus
|
25432d97d2
|
trying to get selected item. Doesn't work.
|
13 years ago |
gugus
|
93ba773d2e
|
Merge branch 'inventoryGUI' of https://github.com/pchan3/openmw.git into inventoryGUI
Conflicts:
apps/openmw/mwgui/container.cpp
|
13 years ago |
gugus
|
1e8d894e1c
|
Starting inventory window
|
13 years ago |
pchan3
|
215d4e1739
|
Made adjustments to keep container window within the viewscreen.
|
13 years ago |
pchan3
|
f902c8fa6f
|
Fixes on Namespace issue & more.
|
13 years ago |
gugus
|
489261a6ae
|
Close button works.
|
13 years ago |
gugus
|
58d05fa503
|
more clean-up. Container window shows up! But there is no working close button.
|
13 years ago |
gugus
|
78c8a22cd1
|
more clean up. The container GUI shows up now
|
13 years ago |
gugus
|
b309d245c5
|
cleaning up hircine work
|
13 years ago |