Thunderforge
|
339d347aea
|
Fixing performance-faster-string-find issues
This addresses the Clang Tidy check [performance-faster-string-find](https://clang.llvm.org/extra/clang-tidy/checks/performance-faster-string-find.html).
|
4 years ago |
jvoisin
|
4c96644f8d
|
Use a char instead of a string in find() where possible
This was done via PVS Studio ( https://pvs-studio.com ),
and should provide a super-duper-marginal performance boost \o/
|
4 years ago |
Andrei Kortunov
|
8084a336b5
|
Replace zeroes and nulls by nullptrs
|
4 years ago |
Capostrophic
|
8d22e075e6
|
Separate functions that don't belong to CastSpell class
|
5 years ago |
Capostrophic
|
96a447ee3a
|
Show the soulgem soul in count dialog (feature #5362)
|
5 years ago |
Andrei Kortunov
|
f75f9cb337
|
Use localized faction name when using TFH
|
5 years ago |
Andrei Kortunov
|
85bb4a76f6
|
Improve faction items handling (bug #5164)
|
5 years ago |
James Stephens
|
7d3f6e1cd9
|
Altered process so that cost only appears on spell purchase window.
Added myself to authors
|
5 years ago |
capostrophic
|
26f59e47db
|
Improve readability
|
5 years ago |
capostrophic
|
2affb8ed63
|
Human-readable light source duration (feature #5091)
|
6 years ago |
Andrei Kortunov
|
1ce370e7fa
|
Make console to do not hide other GUI windows (bug #1515)
|
6 years ago |
Frederic Chardon
|
6619150b23
|
Do not show magnitude for ingredients
|
6 years ago |
Andrei Kortunov
|
8df8bd3f37
|
Use C++11-style loops in the GUI instead of iterators
|
6 years ago |
Andrei Kortunov
|
0937f02598
|
Get rid of unnecessary string streams
|
6 years ago |
Andrei Kortunov
|
71f1a53090
|
Improve tooltips cleanup (bug #4714)
|
6 years ago |
Andrei Kortunov
|
adbaeb7cca
|
Improve GUI scaling (bug #3288)
|
6 years ago |
Finbar Crago
|
43c9fd4cec
|
check MWWorld::Ptr != NULL for MWGui ItemPtr tooltips
|
7 years ago |
Andrei Kortunov
|
ad27e0f945
|
Fix owned tooltip in the spellwindow
|
7 years ago |
Andrei Kortunov
|
1cb7ed5db1
|
Use owned tooltips for items in containers correctly
|
7 years ago |
Andrei Kortunov
|
34895157f9
|
Consider taking items from unconscious NPC as a theft
|
7 years ago |
scrawl
|
7bb0a76df2
|
Fix tooltips showing when cursor isn't visible
|
7 years ago |
scrawl
|
010a7ea5b3
|
Fix tooltip widgets being set to accept key focus
|
7 years ago |
Andrei Kortunov
|
7c80ddc9de
|
Owned crosshair improvements (bug #2789)
|
7 years ago |
Andrei Kortunov
|
56f5a5dee3
|
Added transparency to 'owned' tooltip
|
8 years ago |
Andrei Kortunov
|
4cc8afd25d
|
Add transparency for tooltips in game mode
|
8 years ago |
scrawl
|
c9f8a220dc
|
Update the tooltip when the focusObject is set
|
8 years ago |
Andrei Kortunov
|
987677db75
|
Tooltips: dynamic stats, birthsign and hand-to-hand layout fixes
|
8 years ago |
Andrei Kortunov
|
6331cc6ab9
|
Tooltips: level, race, class, specialization layout fixes
|
8 years ago |
scrawl
|
f63b1e81cd
|
Merge pull request #1228 from akortunov/master
Options to show hidden weapon parameters
|
8 years ago |
Andrei Kortunov
|
506cc47c9d
|
Add option to show reach and attack speed for melee weapons
|
8 years ago |
Andrei Kortunov
|
1a47b9727b
|
Changed tooltip maximum width (bug #3800)
|
8 years ago |
Allofich
|
125e94ef0e
|
Fix shadowing warnings
|
8 years ago |
Allofich
|
6ec37b5cfb
|
Fix shadowing warnings
|
8 years ago |
Allofich
|
502a26a7ff
|
Use getWeightString() to avoid casting to int
|
9 years ago |
Internecine
|
90735d226d
|
Replaced Store::find usage with Store::search to remove exception handlers.
|
9 years ago |
Internecine
|
14165352f6
|
Added exception handlers when trying to retreive enchantment and magic effect data.
|
9 years ago |
scrawl
|
db7b80b503
|
Revert "Accept a ConstPtr in ItemPtr tooltips"
This reverts commit 41c8ec56e0 .
Does not work due to code relying on getting the non-const Ptr from the widget. Further refactoring is needed.
|
9 years ago |
scrawl
|
41c8ec56e0
|
Accept a ConstPtr in ItemPtr tooltips
|
9 years ago |
scrawl
|
5a7bbbd508
|
Accept a ConstPtr in ToolTips::setFocusObject
|
9 years ago |
scrawl
|
32d5dece58
|
Add count argument to getToolTipInfo
|
9 years ago |
scrawl
|
984c455027
|
Fix Show Owned option affecting tooltips that are not objects (Fixes #3036)
|
9 years ago |
dteviot
|
77a1d947cc
|
extracted MWMechanics::getPlayer()
|
10 years ago |
Jiří Kuneš
|
cbc44b33ba
|
define crosshair owned colour in openmw_hud_box.skin.xml
|
10 years ago |
Jiří Kuneš
|
75f5972898
|
show owned - better settings
|
10 years ago |
Jiří Kuneš
|
df077f8649
|
color tooltip red when taking item would result in crime
|
10 years ago |
Jiří Kuneš
|
4a6d806127
|
fixed comment, save settings to member variable, removed usless include, changed variable to const
|
10 years ago |
Jiří Kuneš
|
e68b388d16
|
removed setCrosshairOwned from windowmanager
|
10 years ago |
Jiří Kuneš
|
c019f8e23d
|
use correct mechanics manager
|
10 years ago |
Jiří Kuneš
|
15107ca5cf
|
crosshair owned - settings option
|
10 years ago |
Jiří Kuneš
|
66edae9b93
|
change collor of crosshair
|
10 years ago |