scrawl
4d5adfb5dd
Fix being able to use enchantments of items that failed to equip ( Fixes #2215 )
10 years ago
scrawl
79237d16a7
Refactor spell window to use model/view and remove duplicated code in QuickKeysMenu
...
This should also improve window resizing performance, the widgets are now just resized instead of recreated.
10 years ago
scrawl
e42cb8020e
Change all skins to get font colors from fallback settings ( Fixes #704 )
10 years ago
Rohit Nirmal
6ed4f530df
Forgot to update comment.
11 years ago
Rohit Nirmal
bf97fe7b35
Need to change draw state if use'd item is in player's right hand.
11 years ago
Rohit Nirmal
234903d93c
Change player draw state when quick-selecting weapon or spell.
...
(Fixes #1828 )
11 years ago
MiroslavR
baa14511cf
Use ResourceHelpers to replace DDS hacks scattered throughout the code, fix prefix comparision
11 years ago
scrawl
31d058b98c
Add workaround for ScrollView messing up canvas size ( Fixes #1700 )
...
TODO: Create fixed ScrollView widget?
11 years ago
scrawl
07d20c212b
Fix crash activating quick key 1
11 years ago
scrawl
c0c1db4490
Don't list non-usable items in QuickKeysMenu selection ( Fixes #1427 )
11 years ago
scrawl
d2dca27067
Correct wrong assertions ( Fixes #1425 )
11 years ago
scrawl
6db936bb3a
Refactor item icon code into ItemWidget ( Fixes #1391 )
...
- Removed duplicate code
- Fixed missing magic backgrounds during item drag&drop
- Change background texture used for HUD icons
11 years ago
Digmaster
060a50f94a
Fixed issue with QuickKeyMenu and ItemSelectionDialog
11 years ago
Digmaster
e3e51324a4
Esc button exits all non-modal GUI windows
11 years ago
scrawl
039398c8ae
Basic RefData and CellRef change tracking
...
Wrapped item charge handling in getItemHealth function
11 years ago
Emanuel Guevel
1e4a854433
Remove static method MWWorld::Class::get(&Ptr)
...
It was just adding a level of indirection to Ptr.getClass().
All the call were replaced by that instead. The number of lines changed
is important, but the change itself is trivial, so everything should be
fine. :)
11 years ago
scrawl
8560b43464
Move to esm component
11 years ago
scrawl
17bb8d7f9a
Fixes #1252 : Add item/magic keybindings to savegame
11 years ago
scrawl
04964595ef
Fixes #1270 , Fixes #1201 : Update active weapon/spell icons every frame
11 years ago
scrawl
4443e22387
Build fix
11 years ago
scrawl
c8c0e5de38
Fixed code issues found with unity build. Missing include guards, duplicated functions, ...
11 years ago
scrawl
525ce2f042
Some cleanup - move definitions to implementation file
11 years ago
scrawl
c548dcee13
Quick keys menu: make sure selected spell still exists
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
098f9712f1
Add getPlayerPtr() utility method. Reduces dependencies a lot.
11 years ago
scrawl
30b1da996b
Issue #1029 - Quick keys menu: Select compatible replacement when tool used up
11 years ago
scrawl
a3017e16d4
Don't allow changing the spell that is being cast mid-animation
11 years ago
scrawl
2a11618ee7
Make sure the equipped weapon HUD icon is updated properly
11 years ago
scrawl
b1a29eb27e
Implement Resist & Weakness effects
11 years ago
vorenon
3bf3bd4b8c
Silenced some warnings
12 years ago
scrawl
7dc30a01cd
Some changes suggested by cppcheck
12 years ago
scrawl
0c4a963132
Container UI rewrite
12 years ago
Britt Mathis
60fadaeaf0
Cleaned up includes in implementation 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
43cdbd033d
Display remaining item health / enchantment charge in HUD icons, display remaining enchanment charge in tooltips
12 years ago
scrawl
e7af718b55
Remove unnecessary WindowManager::messageBox arguments
12 years ago
Marc Zinnschlag
f4ee8e2642
Issue #479 : Added additional magnitude parameter to known spells
12 years ago
greye
a9c1ce412a
applying new interface vol.7, inconsistent
12 years ago
greye
7606ebafd6
resolving conflicts, minor update
12 years ago
scrawl
d581ac426e
useless cout message
12 years ago
scrawl
bc6a1979b0
replaced everything with the new method
12 years ago
scrawl
5c28a67203
broke something in the last commit.
13 years ago
scrawl
4f19b7fb9b
fix leaks.
13 years ago
scrawl
bc36b0e2bd
remove the restriction on the last quick key
13 years ago
scrawl
6161f81c24
last bits of the quick key menu.
13 years ago
scrawl
c5e55d3cac
fix screenshot function
13 years ago
scrawl
c0f27bd5ef
magic selection window
13 years ago
scrawl
fab4cfecb1
some unfinished work on quick keys window
13 years ago