Commit Graph

33784 Commits (e8c3c8115a4954e826faa38656c07c583cbbaded)
 

Author SHA1 Message Date
Andrei Kortunov e8c3c8115a Capitalize captions in Launcher and Wizard 9 months ago
Andrei Kortunov edb9da5a67 Capitalize in-game setting 9 months ago
Alexei Kotov 8027c1e662 Merge branch 'l10n-input-binding' into 'master'
Attempt to fix #7906: l10n name for inputBinding setting renderer taken from action/trigger l10n, not key

Closes #7906

See merge request OpenMW/openmw!4007
9 months ago
trav5 b0008d22e6 Attempt to fix openmw issue #7906
l10n name is taken not from the ActionInfo/TriggerInfo's 'key' param,
but from the 'l10n' param when making the inputBinding setting renderer
9 months ago
Alexei Kotov 239d8f49d8 Merge branch 'consistent-translations' into 'master'
Do not store 'location' tags in translation files

See merge request OpenMW/openmw!4005
9 months ago
psi29a 8e1d790919 Merge branch 'widgets_rework' into 'master'
Make widgets more vanilla-friendly

Closes #7875 and #7914

See merge request OpenMW/openmw!3941
9 months ago
psi29a 2529b8c5a9 Merge branch 'megumingreatersigngreatersigngreatersignaqua' into 'master'
Water shader cleanup

See merge request OpenMW/openmw!4000
9 months ago
Andrei Kortunov 8fecbb55ff Do not store 'location' tags in translation files 9 months ago
Alexei Kotov f2e0129436 Convert water/ripple defines to camelCase 9 months ago
Alexei Kotov 612177be09 Improve some cryptic naming in the water shader 9 months ago
Alexei Kotov 0be7d7fa4c Reduce the amount of redundant code in the water shader 9 months ago
Alexei Kotov fbe84f4668 Remove underwater fog radialization remnants
The fog is now view-independent so this is not something to concern ourselves as with anymore
9 months ago
Alexei Kotov 3380b806de Merge branch 'haggleraven' into 'master'
Remove superfluous Trading class

See merge request OpenMW/openmw!3996
9 months ago
psi29a 3a1d0a9649 Merge branch 'timeout_table_filter' into 'master'
Restore !613

See merge request OpenMW/openmw!3990
9 months ago
uramer 3b930e4471 Restore !613 9 months ago
Andrei Kortunov 02e000ab5b Add changelog entries 9 months ago
Andrei Kortunov 1b544b93d2 Do not allow to move resizable windows outside of game window 9 months ago
Andrei Kortunov 939760007e Resize console window on resolution change, not reset it 9 months ago
Andrei Kortunov b3188b593c Disable MyGUI windows snapping 9 months ago
psi29a 99fa1278d2 Merge branch 'codenames' into 'master'
Make binding names layout-independent

See merge request OpenMW/openmw!3993
9 months ago
psi29a b83ffdc357 Merge branch 'i-have-value-too' into 'master'
FIX(CS): Re-add gold value column for objects

See merge request OpenMW/openmw!3991
9 months ago
psi29a 46bf6c12b6 Merge branch 'equipunequipwhatsthedifference' into 'master'
Allow weapon equip/unequip animations to intersect (#7886)

Closes #7886

See merge request OpenMW/openmw!3951
9 months ago
Alexei Kotov aa447a9c68 Merge branch 'localisation-update-fr' into 'master'
French localisation update

See merge request OpenMW/openmw!3999
9 months ago
Arnaud Dochain 36ca3b8bd9 French localisation update 9 months ago
psi29a a7c6297240 Merge branch 'sorewaai' into 'master'
Expose AI stats to Lua

Closes #7860

See merge request OpenMW/openmw!3997
9 months ago
psi29a e742332035 Merge branch 'oics_missing' into 'master'
Add missing initialization

See merge request OpenMW/openmw!3995
9 months ago
psi29a 5b399e27df Merge branch 'typicalcs' into 'master'
Copy DIAL type to INFO when saving

Closes #7861

See merge request OpenMW/openmw!3998
9 months ago
Dave Corley 7a291e5025 FIX(CS): Re-add gold value column for objects 9 months ago
Evil Eye 4607722ce9 Increment API version 9 months ago
Evil Eye cb357997c9 Copy DIAL type to INFO when saving 9 months ago
psi29a 3da6b4f529 Merge branch 'more_stats' into 'master'
Report more stats in F4

See merge request OpenMW/openmw!3956
9 months ago
psi29a 43f2574406 Merge branch 'vaporeon' into 'master'
Make sunlight scattering and wobbly shores optional

See merge request OpenMW/openmw!3994
9 months ago
Evil Eye d08e47bc40 Expose AI stats to Lua 9 months ago
Evil Eye f70bf42a9e Remove superfluous Trading class 9 months ago
psi29a 6f8123998c Merge branch 'invalidparentage' into 'master'
Prevent iterator invalidation when updating Lua UI and increase const correctness

Closes #7880

See merge request OpenMW/openmw!3992
9 months ago
elsid 215404e126
Report more stats from caches 9 months ago
elsid ae41ebfc83
Report CellPreloader stats 9 months ago
elsid 9a24e77d3f
Show F4 stats in pages 9 months ago
Andrei Kortunov 387e53b468 Add missing initialization 9 months ago
Andrei Kortunov 3d83585c46 Make binding names layout-independent (bug 7908) 9 months ago
Alexei Kotov 76105cc2d1 Make sunlight scattering and wobbly shores optional 9 months ago
Alexei Kotov 359600db83 Merge branch 'im-not-taking-you-anywhere' into 'master'
Fix #7901, make teleport fields non-interactive when mTeleport is false

Closes #7901

See merge request OpenMW/openmw!3986
9 months ago
Evil Eye 1d13f7db8f Simplify detachFromParent 9 months ago
Evil Eye 8cbcb82dd4 Prevent iterator invalidation when updating Lua UI and increase const correctness 9 months ago
psi29a 2497164b2b Merge branch 'optimize_font_loading' into 'master'
Optimize bitmap fonts loading

See merge request OpenMW/openmw!3988
9 months ago
psi29a 2056da358d Merge branch 'opencs-projectile-speed' into 'master'
OpenMW-CS: Editing and verifying of projectile speed for magic effects

See merge request OpenMW/openmw!3939
9 months ago
Dave Corley b8a17b16f7 Cleanup(CS): Make TeleportColumn take flags as argument 9 months ago
Dave Corley 4e59246d2d Fix(columnimp.hpp): Use QVariant() constructor instead of UserType to
hide unused subs from view and make a member variable to tell if the
column is used for a door or a regular position
9 months ago
Dave Corley 1360eeb839 Fix #7901, make teleport fields non-interactive when mTeleport is false 9 months ago
psi29a e8038d353f Merge branch 'esmstuff' into 'master'
Use more decomposition, string_view, and implicit sizes in ESM code

See merge request OpenMW/openmw!3975
9 months ago