Andrei Kortunov
a03cc8216e
Fixed count widget buttons alignment
8 years ago
scrawl
c9d9461d3e
Add Spacer class derived from AutoSizedWidget
...
Using a normal widget as a spacer with HStretch/VStretch may not work properly because for widgets not derived from AutoSizedWidget, the HBox/VBox treat the widget's current size as the requested minimum size. This leads the layout to break when resized more than once.
The new class sets HStretch and VStretch to true by default to save some typing.
8 years ago
scrawl
196eedf1b0
Fix key focus issue with the journal hotkey
8 years ago
David Cernat
fd046e42ef
Merge pull request #242 from OpenMW/master
...
Add OpenMW commits up to 16 Jul 2017
8 years ago
Andrei Kortunov
6795163265
Disable transparency for all popup lists
8 years ago
Andrei Kortunov
5bb9f1b187
Make popup in character select menu non-transparent
8 years ago
Andrei Kortunov
2b22d10ebc
Spellview fixes
8 years ago
Andrei Kortunov
9179a019df
Quick keys menu fixes
8 years ago
Andrei Kortunov
5be1c81913
Fixed Close button handler in EditEffectDialog ( fixes #3956 )
8 years ago
David Cernat
c9c00d921e
[Build] Add tes3mp_text_input to MyGUI's CMakeLists
8 years ago
David Cernat
1f682749d6
[General] Add optional notes to PasswordDialogs
8 years ago
David Cernat
315ec46ff6
Merge pull request #224 from OpenMW/master
...
Add OpenMW commits up to 3 Jun 2017
8 years ago
Andrei Kortunov
9a1ba1e559
Show success chance when self-enchanting (Feature #3492 )
8 years ago
David Cernat
41de1876a3
Merge pull request #223 from OpenMW/master
...
Add OpenMW commits up to 31 May 2017
8 years ago
scrawl
9fd0d54a35
Merge pull request #1289 from akortunov/newrepair
...
Improved repair and recharge widgets
8 years ago
Andrei Kortunov
10d4cb15ad
Improved repair widget
8 years ago
Andrei Kortunov
1164c3f16e
Improved recharge widget
8 years ago
scrawl
2638327593
Merge pull request #1303 from akortunov/guifixes
...
Character generation layout fixes
8 years ago
Andrei Kortunov
2b28d1a6d2
Select specialization menu layout fix
8 years ago
David Cernat
0cce9908be
Merge pull request #222 from OpenMW/master
...
Add OpenMW commits up to 29 May 2017
8 years ago
Andrei Kortunov
da828a1089
Class choice layout fix
8 years ago
Andrei Kortunov
ba78e187c7
Listbox spacing fix
8 years ago
Andrei Kortunov
0e35e6a700
Class generation menu layout fixes
8 years ago
Andrei Kortunov
1520a4d7db
Levelup menu layout fixes
8 years ago
Andrei Kortunov
26ec467df0
Tooltips: faction, magic effects layout fixes
8 years ago
Andrei Kortunov
987677db75
Tooltips: dynamic stats, birthsign and hand-to-hand layout fixes
8 years ago
Andrei Kortunov
27181367e2
Tooltips: skills and attributes layout fixes
8 years ago
Andrei Kortunov
6331cc6ab9
Tooltips: level, race, class, specialization layout fixes
8 years ago
David Cernat
f2ec6ce02c
Merge pull request #209 from OpenMW/master
...
Add OpenMW commits up to 30 Apr 2017
8 years ago
scrawl
9f1527b7da
Merge pull request #1272 from akortunov/guifixes
...
Service menus layout fixes
8 years ago
Koncord
8492929738
[Client] Use RussoOne for chat
8 years ago
Koncord
26c00c3141
[Client] Change chat font to RussoOne for better visibility
8 years ago
Andrei Kortunov
bc9080d9d7
Removed 31 symbols cap from service menus
8 years ago
David Cernat
fec82dc033
Merge pull request #202 from OpenMW/master
...
Add OpenMW commits up to 21 Apr 2017
8 years ago
Andrei Kortunov
c65c643abe
Fixed race menu skills layout
8 years ago
Andrei Kortunov
0a90b48e60
Fixed progressbars layout in review menu
8 years ago
Andrei Kortunov
aac78d29a4
Service menus layout fixes
8 years ago
David Cernat
c6cd0a2953
Merge pull request #196 from OpenMW/master while resolving conflicts
...
# Conflicts:
# apps/openmw/mwmechanics/spellcasting.cpp
8 years ago
Andrei Kortunov
1fe3a3efe4
Count dialog layout changes
8 years ago
Andrei Kortunov
df5a43363a
Confirmation dialogs size fix
8 years ago
Andrei Kortunov
e5a0f89934
List scroll fix
8 years ago
David Cernat
7647715dac
Merge pull request #190 from OpenMW/master
...
Add OpenMW commits up to 27 Mar 2017
8 years ago
Andrei Kortunov
edadcb338c
Savegame dialog improvements
8 years ago
Andrei Kortunov
a35d4334c3
Encumberance text fix
8 years ago
Andrei Kortunov
c9cf0ec977
Buttons and widgets captions vertical alignment
8 years ago
Andrei Kortunov
7d09a5d644
Progress bars vertical alignment
8 years ago
Andrei Kortunov
4daa88351b
Vanilla style progress bars
8 years ago
Andrei Kortunov
b89fdcfd27
Vanilla style drowning widget (partially fixes bug #3801 ).
8 years ago
David Cernat
2ed9ae5739
Merge pull request #149 from OpenMW/master
...
Add OpenMW commits up to 14 Feb 2017
8 years ago
scrawl
e295a72d43
Add align=Center to GUI dialogs ( Fixes #2289 )
8 years ago
David Cernat
ae23c6d6a5
Merge pull request #145 from OpenMW/master while resolving conflicts
...
# Conflicts:
# CMakeLists.txt
8 years ago
scrawl
93c582064e
Remove item shadows for equipped weapon/spell indicators
8 years ago
David Cernat
3a29b2d41d
Merge pull request #141 from OpenMW/master
...
Add OpenMW commits up to 5 Feb 2017
8 years ago
scrawl
5f2539adb6
Optimize scrollbar/progress skins by using one widget for the track instead of one widget per pixel
8 years ago
David Cernat
268a1501ad
[GUI] Make tes3mp_dialog_list larger
8 years ago
David Cernat
0917184359
[GUI] Replace "Yes" button with "OK" in tes3mp_dialog_list
8 years ago
David Cernat
7bbeed629d
Merge pull request #109 from OpenMW/master
...
Add OpenMW changes up to 25 Nov
8 years ago
scrawl
5297d7b5be
Merge pull request #1137 from nikolaykasyanov/osx-structure
...
[macOS] Move all resources files inside application bundles (fixes #3566 )
8 years ago
Nikolay Kasyanov
db69342b5d
[macOS] Move all configs & resources into app bundles
...
Fixes #3566 (https://bugs.openmw.org/issues/3566 ).
8 years ago
David Cernat
49a78d8462
Merge pull request #105 from OpenMW/master
...
Add OpenMW changes up to 19 Nov
8 years ago
MiroslavR
7e5ba4d435
Fix default values of some GMSTs
8 years ago
David Cernat
48ca4d29bc
Merge pull request #99 from OpenMW/master
...
Add OpenMW commits up to 7 Nov
8 years ago
MiroslavR
e80636f0ca
Improve performance of repairing/recharging ( Fixes #2493 )
8 years ago
Koncord
adb49b7c7d
Add New GUI dialog: ListBox
...
Example:
local GUI_LISTBOX = 42
function OnPlayerSendMessage(pid, message)
if message == "/lb" then
local items = "consectetur adipiscing elit\nsed do eiusmod tempor incididunt ut labore\net dolore magna aliqua." -- items can be separated through newline
local label = "Lorem ipsum dolor sit amet"
tes3mp.ListBox(pid, GUI_LISTBOX, label, items)
end
end
function OnGUIAction(pid, idGui, data)
if idGui == GUI_LISTBOX then
print("ID: " .. idGui .. " data: " .. tostring(data)) -- if value higher than last item id
end
end
8 years ago
David Cernat
3136a12051
Resolve conflicts in pull request #75
...
# Conflicts:
# CMakeLists.txt
# apps/openmw/CMakeLists.txt
8 years ago
scrawl
e7154c3f7c
Add the ItemShadow to various other skins
8 years ago
scrawl
612c3e995f
Add drop shadow to ItemWidget ( Fixes #3545 )
8 years ago
Aesylwinn
b4a000913c
Merge remote-tracking branch 'yar/master' into Even
...
# Conflicts:
# CMakeLists.txt
# apps/openmw/mwdialogue/filter.cpp
# apps/openmw/mwmechanics/character.cpp
# apps/openmw/mwworld/localscripts.cpp
# components/CMakeLists.txt
# components/compiler/exprparser.cpp
# components/sceneutil/workqueue.cpp
9 years ago
Koncord
1b259e2d33
Syncing inventory, animations, position, 8 key attributes
...
Created Package system
9 years ago
scrawl
1232607385
Remove pointless widget names in settings layout file
9 years ago
scrawl
3969675afa
Remove unused settings
9 years ago
scrawl
7f89bb273a
Add 'reflect actors' setting for the water shader, default off
9 years ago
scrawl
e8662bea31
Change the way that image origin is converted to OpenGL's lower-left convention
...
Flip the texture coordinates instead of flipping textures.
This simplifies the TextureManager (no need to worry if the caller wants flipping or not), should make it easier to generalize & multithread it.
9 years ago
scrawl
0da6d249fe
Fix the window pinning button's borders not accepting mouse clicks
9 years ago
scrawl
190bf15887
SettingsWindow: support auto-updating of slider labels through the layout file
9 years ago
scrawl
9621b66b78
Move field of view setting to Camera section
9 years ago
scrawl
9d4af59860
Don't attempt to create quest log buttons if textures are unavailable ( Fixes #3063 )
9 years ago
scrawl
34350ddeb1
Fix bug #3028
9 years ago
scrawl
75f11f781c
Use the ScalingLayer for Scroll window
9 years ago
scrawl
516f2765a1
Use the ScalingLayer for journal, books and scrolls
9 years ago
scrawl
08a55febc8
Adjust Scroll window layout to better match MW
9 years ago
scrawl
d85d74e615
Use AdditiveLayer for the hit fader
9 years ago
scrawl
a90ef8afd0
layer renaming
9 years ago
scrawl
13c7235b6b
Remove old FPS setting code
9 years ago
scrawl
47664e1370
Hide the defunct FPS checkbox in settings menu, added hint text for f3 binding
9 years ago
scrawl
a41ebd6695
Comment out object shaders in the settings menu
9 years ago
scrawl
4cc200680c
Comment out shadows tab in settings menu
9 years ago
scrawl
c9d7078b4b
Water: add texture quality setting to the settings window
9 years ago
scrawl
60bc7dbabc
Improve MW_ComboBox skin
9 years ago
scrawl
8cb2c7a9fb
Water: remove defunct "reflect <object type>" settings
...
Not really useful
9 years ago
scrawl
169d76b49b
Fix scrollbar step in count dialog
9 years ago
scrawl
67bd6cd708
Remove empty line at the beginning of files
...
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
9 years ago
Jiří Kuneš
a5b4e087c5
define owned colours in settings.cfg
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
scrawl
9a115fedbc
Add ability to copy&paste the version label in the main menu
10 years ago
scrawl
a2e211675d
Update openmw_layers.xml to newer version
10 years ago
scrawl
c2131e7c31
Make near clip distance configurable
10 years ago
scrawl
c748ea7363
Fix view distance slider
10 years ago