scrawl
2b03bc0c56
Call WindowBase::onFrame() for every active window
7 years ago
scrawl
01391b7eed
Rename WindowBase's open/close to onOpen/onClose
7 years ago
Ewan Higgs
38a2de3c51
convert std::autor_ptr to std::unique_ptr, originally by Ewan Higgs and updated by Bret Curtis
8 years ago
scrawl
30081393a6
Add InventoryWindow::clear() as part of world cleanup
8 years ago
scrawl
dda5bfbc9f
CharacterPreview no longer depends on osgViewer
8 years ago
Jordan Ayers
5699cf7f09
Barter: Leave unsold projectiles equipped.
9 years ago
scrawl
30ab15e605
Fix -Wunused-private-field clang warnings
10 years ago
scrawl
72c1f37527
Port CharacterPreview
10 years ago
scrawl
eecea4131f
Reduce MyGUI includes
10 years ago
scrawl
935cccf974
Implement weapon/spell cycling hotkeys ( Fixes #1024 )
10 years ago
scrawl
025f50a2df
Improve performance of inventory window resize (don't update selection buffer unnecessarily)
11 years ago
scrawl
44b517f66d
Implement hiding inventory windows by double click on caption ( Fixes #1690 )
11 years ago
scrawl
4f73e8bb71
Add items to player inventory upon drag start ( Fixes #1507 )
11 years ago
scrawl
6f03694d50
Fixes #1334 : Only unequip item if the sell/drag action is actually successful
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
6f7fbc867f
Fix several leaks
11 years ago
scrawl
f608ceeffc
Fixes #1158 (Armor rating label issues)
11 years ago
scrawl
7983b07b10
Get bk_treasuryreport script to work properly:
...
- OnPcEquip needs to be set on *using* any item, not just equipping
- Handle PcSkipEquip
- Execute item's script once immediately after setting OnPcEquip
- Do not set OnPcEquip when an item that has skipped equipping sets pcskipequip back to 0 and gets equipped
11 years ago
scrawl
0f5dc59176
Remove useless dependencies on InventoryWindow for getting player gold. Don't use string literals for gold_001 id, just to be sure.
11 years ago
scrawl
f695deb29d
Remember window positions
11 years ago
Emanuel Guevel
4fcf427e1f
InventoryWindow: call InventoryStore::unequipItem() when an equipped item is dragged
...
The unequipped item is also re-stacked if needed.
11 years ago
Sebastian Wick
7ed763262f
GUI mode dependent position
12 years ago
scrawl
c41f119ba6
Added new game button
12 years ago
scrawl
0c4a963132
Container UI rewrite
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
05a5cb3ae4
Improved responsiveness of the inventory window when resizing.
12 years ago
scrawl
b0199c703c
Companion UI
12 years ago
scrawl
0ee0dbdb97
Added "dispose corpse" button, added stealing (all items visible and no penalty yet)
12 years ago
greye
b1ef0026a9
race selection/inventory preview character model update
12 years ago
scrawl
2793096b50
Merge branch 'externalrendering' of https://github.com/zinnschlag/openmw into characterpreview
...
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwbase/world.hpp
apps/openmw/mwrender/renderingmanager.cpp
apps/openmw/mwrender/renderingmanager.hpp
apps/openmw/mwworld/worldimp.cpp
apps/openmw/mwworld/worldimp.hpp
12 years ago
scrawl
7c59b83419
performance optimization
12 years ago
scrawl
6ac2a12296
item selection working on the preview
12 years ago
scrawl
4f3eb3c34a
character preview WIP
12 years ago
Marc Zinnschlag
6534c2a55a
Issue #107 : WindowManager is accessed only through the interface class from now on
13 years ago
scrawl
b8464d4ce5
allow picking up objects from the gameworld with the mouse in inventory mode
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
7ef0ad4e39
show faction & birthsign in the stats window
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
41efea4c1d
in the trade window, don't show items that the merchant has equipped.
13 years ago
scrawl
0c1d06d9f7
added some trade window stuff, which does nothing yet.
13 years ago
scrawl
477f1b42ab
fixed another item dropping bug
13 years ago
scrawl
3f4ce32727
implemented player encumbrance bar
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
3a93df8db4
dynamic inventory layout like morrowind
13 years ago
scrawl
78b06d0ebf
inventory window pinning
13 years ago