Joakim Berg
9448a30caf
Accidental upper case in a comment
9 months ago
Joakim Berg
231ec03ef4
swedish calendar translation
9 months ago
Alexei Kotov
58afe1ba23
Support red-green normal maps
9 months ago
psi29a
819aace891
Merge branch 'update-appdata' into 'master'
...
Add missing developer tag to appdata
See merge request OpenMW/openmw!4029
9 months ago
psi29a
40ee8b3bed
Merge branch 'GermanTranslationStuff' into 'master'
...
Update/add German translation files
See merge request OpenMW/openmw!4023
9 months ago
Martin Otto
e0a016749c
Update/add German translation files
9 months ago
Alexander Olofsson
c2f63259d8
Add missing developer tag to appdata
9 months ago
Andrei Kortunov
1ad9e5f9e8
Rework editor icons
9 months ago
psi29a
8a980fcce1
Merge branch 'update-appdata' into 'master'
...
Update appdata XML, add branding colors
See merge request OpenMW/openmw!4021
9 months ago
Alexander Olofsson
d6452e7d29
Update appdata XML, add branding colors
9 months ago
elsid
910c88325a
Add a setting to wait for all navmesh jobs on exit
9 months ago
elsid
a1438f65fe
Set proper max tiles on initializing navmesh settings
9 months ago
Alexei Kotov
f880ada633
Don't flip the water normal map twice
9 months ago
Arnaud Dochain
b34dac1a27
Launcher and Wizard french localisation
9 months ago
psi29a
8037a6e765
Merge branch 'portable-launcher' into 'master'
...
Portable Launcher (plus a whole slew of bugs fixes for problems I found that I suspect aren't on the tracker)
Closes #6846
See merge request OpenMW/openmw!3925
9 months ago
psi29a
9db56c8bc4
Merge branch 'usedontactivate' into 'master'
...
Disallow Lua activation of inventory objects
See merge request OpenMW/openmw!4009
9 months ago
psi29a
3942d7fb7e
Merge branch 'lua_crime_bounty' into 'master'
...
Lua: Add setCrimeLevel to types.Player
See merge request OpenMW/openmw!4008
9 months ago
AnyOldName3
a179e9c001
The rest of the merge conflict
...
I didn't notice it as GitLab didn't highlight the diff properly.
9 months ago
AnyOldName3
0d547c5438
Resolve merge conflicts from https://gitlab.com/OpenMW/openmw/-/merge_requests/3893
9 months ago
psi29a
c29816f67e
Merge branch 'sv-translatation-2024-04-04' into 'master'
...
Update Swedish translations
See merge request OpenMW/openmw!4004
9 months ago
Joakim Berg
c485726046
Update Swedish translations
9 months ago
Andrei Kortunov
e8c3c8115a
Capitalize captions in Launcher and Wizard
9 months ago
Andrei Kortunov
edb9da5a67
Capitalize in-game setting
9 months ago
AnyOldName3
810e2c44a6
Merge conflict resolution part II
9 months ago
AnyOldName3
f8224b29d4
Resolve merge conflicts
...
These were caused by https://gitlab.com/OpenMW/openmw/-/merge_requests/4005
I've had to cherry-pick parts of that MR into this commit, otherwise the CI would yell at me when it noticed the location tags had gone.
9 months ago
Zackhasacat
a51b6c7392
Remove menu select
9 months ago
Zackhasacat
a29be8909d
Add bindings to select the next menu element
9 months ago
Zackhasacat
6491bb4910
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
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
Evil Eye
d68d20eb1a
Disallow Lua activation of inventory objects
9 months ago
Zackhasacat
b859fc10e2
Add doc note
9 months ago
Zackhasacat
5856bc8a0e
Add setCrimeLevel
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
Andrei Kortunov
8fecbb55ff
Do not store 'location' tags in translation files
9 months ago
Benjamin Y
a9346d3c8a
updated localization 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
Andrei Kortunov
b3188b593c
Disable MyGUI windows snapping
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
Evil Eye
d08e47bc40
Expose AI stats to Lua
9 months ago
Alexei Kotov
76105cc2d1
Make sunlight scattering and wobbly shores optional
9 months ago
psi29a
3fcf3aca77
Merge branch 'modalsettingsmodal' into 'master'
...
Reimplement the Settings window as a normal window (#7845 , #7870 )
Closes #7845 and #7870
See merge request OpenMW/openmw!3895
9 months ago
psi29a
012d10703f
Merge branch 'spellcast-refactor' into 'master'
...
Spellcast related Lua API + spellcasting/activespell refactor
See merge request OpenMW/openmw!3922
9 months ago
Mads Buvik Sandvei
320d8ef014
Spellcast related Lua API + spellcasting/activespell refactor
9 months ago
psi29a
e62089d102
Merge branch 'lua_records_fix' into 'master'
...
Lua: Standardize record stores
See merge request OpenMW/openmw!3523
9 months ago
Zackhasacat
6d529835ae
Lua: Standardize record stores
9 months ago
Cody Glassman
098396822f
add choice widget type to postprocessing uniforms
10 months ago
Andrei Kortunov
009ccca978
Modify sound API permissions
10 months ago
psi29a
d746918563
Merge branch 'yaml_parse' into 'master'
...
Load YAML files via Lua
Closes #7590
See merge request OpenMW/openmw!3924
10 months ago
Andrei Kortunov
715efe892f
Load YAML files via Lua (feature 7590)
10 months ago
Alexei Kotov
6232b4f9e8
Reimplement the Settings window as a normal window ( #7845 , #7870 )
10 months ago
psi29a
b5b6744321
Merge branch 'hotfix_ui_update' into 'master'
...
Fix Lua UI updates
See merge request OpenMW/openmw!3936
10 months ago
psi29a
0557a649ce
Merge branch 'skill-used-rework' into 'master'
...
Rewrite SkillProgression.skillUsed to allow directly adding xp
See merge request OpenMW/openmw!3927
10 months ago
uramer
eba4ae94b0
Fix re-rendering of settings on value changes
10 months ago
Mads Buvik Sandvei
57d7f5977c
Bump interface version
10 months ago
Mads Buvik Sandvei
7cb316f3c9
Docu fix
10 months ago
psi29a
61d01f3b62
Merge branch 'openmw-sv-2024-03' into 'master'
...
Bring sv translations up to date
See merge request OpenMW/openmw!3926
10 months ago
Joakim Berg
709c12053a
Bring sv translations up to date
10 months ago
AnyOldName3
baab28440e
Russian translations from Capo
10 months ago
uramer
a11e553de4
Optimize setting group rendering by rendering them as separate elements, support element-rendered setting renderers
10 months ago
uramer
7a5493796f
Update setting page elements when possible
10 months ago
Mads Buvik Sandvei
312f6c90e0
Rewrite SkillProgression.skillUsed to allow directly adding xp instead of going via useType.
10 months ago
AnyOldName3
c23e5e1059
I guess these aren't wired up as a dependency of the build
...
I know the qm generation is so maybe it needs another look
10 months ago
psi29a
d168466034
Merge branch 'raciallybound' into 'master'
...
Expose races to Lua
See merge request OpenMW/openmw!3863
10 months ago
psi29a
03d5872a55
Merge branch 'drop_on_exit' into 'master'
...
Add a storage mode to drop section on game exit
See merge request OpenMW/openmw!3905
10 months ago
Evil Eye
f346295975
Add a number-per-sex type
10 months ago
Evil Eye
cd118ee263
Expose races to Lua
10 months ago
Andrei Kortunov
2a4f12b96e
Use a new life time API
10 months ago
Andrei Kortunov
ddd0945645
Add a storage mode to drop section on game exit
10 months ago
Mads Buvik Sandvei
c82c111ee1
Use correct index for Athletics_SwimOneSecond
10 months ago
psi29a
b9fc9f0827
Merge branch 'ownership' into 'master'
...
Lua: Remove legacy ownership documentation
See merge request OpenMW/openmw!3912
10 months ago
AnyOldName3
626f438dcc
Make builtin.omwscripts actually mandatory
...
Previously it was quasi-mandatory - lots of things would add it, e.g. when running openmw through the CS, but it could technically be disabled.
Now it's treated like the resources/vfs directory and implicitly added by the engine etc.
10 months ago
Alexei Kotov
98447a1690
Remove legacy ownership documentation
10 months ago
Alexei Kotov
ba78729f35
Make Run action ru description more faithful to en description
10 months ago
Alexei Kotov
25b6230a54
Fix Smooth Move Right action localization
10 months ago
Alexei Kotov
fe78e57391
Russian localization updates
...
Localize new player controls lines
Fix some other minor inconsistencies
10 months ago
Evil Eye
595e42ae43
Merge branch 'lua_death_finished' into 'master'
...
Add a Lua function to check if actor's death is finished
See merge request OpenMW/openmw!3901
10 months ago
Alexei Kotov
cd4845ff08
Merge branch 'ingame_text' into 'master'
...
Improve in-game text
See merge request OpenMW/openmw!3894
10 months ago
Abdu Sharif
83ab028bef
Improve in-game text
10 months ago
psi29a
e4a9e83609
Merge branch 'disable-shadows-properly-properly' into 'master'
...
Affect correct texture units when disabling shadows for stateset
Closes #7838
See merge request OpenMW/openmw!3891
10 months ago
psi29a
a6c9e63520
Merge branch 'nojumpallowed' into 'master'
...
Reduce false-positive jumping events (#7833 )
Closes #7833
See merge request OpenMW/openmw!3869
10 months ago
Andrei Kortunov
7c4b42ab2a
Add a Lua function to check if actor's death is finished
10 months ago
psi29a
56596e7589
Merge branch 'fix_menu_docs' into 'master'
...
Fix Documentation for core.sendMenuEvent to be listed under types.Player
See merge request OpenMW/openmw!3871
11 months ago
psi29a
bc873d2869
Merge branch 'equipment' into 'master'
...
Lua docs: equipment -> getEquipment
See merge request OpenMW/openmw!3892
11 months ago
psi29a
097fad352f
Merge branch 'wtf-even-is-force-shaders' into 'master'
...
Clarify shaders documentation
See merge request OpenMW/openmw!3860
11 months ago
Alexei Kotov
4ca3b83ecb
Lua docs: equipment -> getEquipment
11 months ago
Alexei Kotov
93bb67a08f
Merge branch 'launcher_fixes' into 'master'
...
Minor launcher improvements
Closes #7843
See merge request OpenMW/openmw!3887
11 months ago
Zackhasacat
d96340c902
Return to original order
11 months ago
Zackhasacat
fc55b87664
Put it in the right place, again
11 months ago
AnyOldName3
d282fdb77a
Eliminate unused uniform
11 months ago
uramer
d7bd50e45f
Only set controls.jump to true for one frame when jumping
11 months ago
Zackhasacat
d73c1c8590
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
11 months ago
Zackhasacat
873877795a
Move gamepad controls to lua interface
11 months ago
Andrei Kortunov
3971abf5e6
Minor launcher improvements (feature 7843)
11 months ago
uramer
cfa6dc076b
Render global setting groups on renderlua
11 months ago
uramer
586706ffe0
Handle group resets gracefully
11 months ago
uramer
ef730c4395
Clean up global setting groups, don't try to destroy setting pages before they were rendered
11 months ago
Zackhasacat
95ade48292
Fix menu doc
11 months ago
AnyOldName3
9c959d9698
Make a long sentence more concise
...
Thanks Bing Chat for doing a mediocre job of this that inspired me to do a competent job of it.
11 months ago
AnyOldName3
91e7eebefb
Clarify interaction between clamp lighting and terrain
11 months ago
psi29a
ec1cf46ec7
Merge branch 'lua_keybinds' into 'master'
...
Lua Implement mouse input engine handlers, improve inputBinding renderer
See merge request OpenMW/openmw!3855
11 months ago
psi29a
29c2042432
Merge branch 'lua_callback_crash' into 'master'
...
Lua Fix crash when passing a non-callback table to a callback argument
Closes #7827
See merge request OpenMW/openmw!3861
11 months ago
psi29a
744cd50520
Merge branch 'decoupled-audio' into 'master'
...
Add option to use camera as sound listener
Closes #5944
See merge request OpenMW/openmw!3836
11 months ago
Epoch
6486f3f2cf
Add option to use camera as sound listener
11 months ago
psi29a
50ea852928
Merge branch 'STOP_IGNORING_ME_AND_LOOK_ME_IN_THE_EYES' into 'master'
...
add ignore list to raycasts (#7788 )
See merge request OpenMW/openmw!3848
11 months ago
psi29a
9fb28a250c
Merge branch 'a2c-grammar' into 'master'
...
Fix grammar for A2C checkbox
See merge request OpenMW/openmw!3858
11 months ago
uramer
4ffcb5b197
Prevent deepContentCopy corrupting non-plain tables
11 months ago
Cody Glassman
56b31ceaf5
add ignore list to raycasts
11 months ago
AnyOldName3
567d36240e
Clarify shaders documentation
...
We know people get confused by it. Hopefully this should help.
11 months ago
psi29a
1c2fc59a6f
Merge branch 'water' into 'master'
...
Refraction fog based on water depth
See merge request OpenMW/openmw!3842
11 months ago
psi29a
e9c97b835e
Merge branch 'acertainsign' into 'master'
...
Expose birth signs to Lua
See merge request OpenMW/openmw!3850
11 months ago
psi29a
a060a7297c
Merge branch 'dehardcode-skillprogression' into 'master'
...
Lua: Dehardcode skill and level progression
See merge request OpenMW/openmw!3779
11 months ago
AnyOldName3
5913ca67d5
.ts files, too
11 months ago
BPengu1n
4c136ed7ee
Updated qt localization text for new option
11 months ago
uramer
63a1bbb88d
Enable Lua mouse engine handlers while in UI
11 months ago
uramer
f4fed4ca5f
Simplify inputBinding renderer, allow binding controller buttons
11 months ago
Alexei Kotov
3301ebb2cb
Merge branch 'localize_screenshot' into 'master'
...
Localize screenshot messages
See merge request OpenMW/openmw!3843
11 months ago
Alexei Kotov
d975ed33ab
Merge branch 'lua_fix_move360' into 'master'
...
Lua Fix 360 controller movement
See merge request OpenMW/openmw!3851
11 months ago
Andrei Kortunov
525dee00f1
Refraction fog based on water depth (feature 5926)
11 months ago
Andrei Kortunov
6760fa4945
Localize screenshot messages
11 months ago
Alexei Kotov
6ce9c20d56
Merge branch 'lua_ui_aux' into 'master'
...
Lua deep update and destroy UI helpers
See merge request OpenMW/openmw!3846
11 months ago
Alexei Kotov
6be6f47503
Merge branch 'lua_enchantment_charge_nil' into 'master'
...
Lua Use nil instead of -1 for default enchantment charge
See merge request OpenMW/openmw!3845
11 months ago
Evil Eye
5715e6428a
Merge branch 'lua_separate_owner' into 'master'
...
Group owner bindings into a table
See merge request OpenMW/openmw!3841
11 months ago
Evil Eye
f114d409c8
Add get and set birth sign
11 months ago
uramer
2463633c99
Put camera after playercontrols in load order not to override move360 controls
11 months ago
Evil Eye
f7aa9f8d94
Expose birth signs to Lua
11 months ago
uramer
b1773d7e9f
Use nil instead of -1 for default enchantment charge
11 months ago
uramer
88ce12ecd8
Copy all the luadoc files into resources/lua_api directory
11 months ago
uramer
e7ef49e6df
Deep update and destroy ui helpers
11 months ago
uramer
6792cf02b2
Group owner bindings into a table
11 months ago
Andrei Kortunov
66b2d428c8
Merge branch 'qt_localization' into 'master'
...
Localize Launcher and Wizard
See merge request OpenMW/openmw!3571
11 months ago
uramer
891f3583fe
Only reset settings when there is no game, not on game end / player death
11 months ago
uramer
72136e7e92
Remove debug log
11 months ago
uramer
5d0537e57c
Document core.sendGlobalEvent behavior in menu scripts
11 months ago
Mads Buvik Sandvei
3882ba15fb
Rework documentation of skill used/level up handlers.
11 months ago
uramer
b988db9bda
Merge branch 'master' into menuscripts
11 months ago
Andrei Kortunov
7e345436f4
Localize Launcher and Wizard
11 months ago
Mads Buvik Sandvei
4f8476efd4
Comments
11 months ago
uramer
47d5868e2c
creationTime field in save info
11 months ago
Mads Buvik Sandvei
9f15f3b431
Add engine handler for skill levelup, to dehardcode the book/trainer case.
11 months ago
Mads Buvik Sandvei
2cfa819ccc
Use interface in _onSkillUse engine handler.
11 months ago
Mads Buvik Sandvei
7755c97fdf
update docs
11 months ago
Mads Buvik Sandvei
e1a22242d9
skillGain as a table
11 months ago
Mads Buvik Sandvei
011d9d6493
Dehardcode skill and level progression
11 months ago
uramer
2008f35e57
Don't reset player setting groups right after game load, refactor update group functions
11 months ago
Zackhasacat
4fcacd59aa
Add model to NPC lua
11 months ago
Zackhasacat
c2782426fc
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
11 months ago
uramer
9cce2e39ba
Merge branch 'master' into menuscripts
11 months ago
uramer
d9f8c5c3e8
Fix menu setting page key set
11 months ago
uramer
ad5d594c28
Let menu scripts clean up before loading a game
11 months ago
Mads Buvik Sandvei
a94add741e
Lua: Animation bindings
11 months ago
Zackhasacat
daa9c5f0e1
Lua: Add water level to Core.Cell
11 months ago
Zackhasacat
3ef2f71062
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
11 months ago
Mads Buvik Sandvei
1f416d7c8a
Lua: Creature skill bindings
12 months ago
psi29a
639b7b0b17
Merge branch 'light_settings' into 'master'
...
Enhance light settings tweaking
See merge request OpenMW/openmw!3782
12 months ago
Andrei Kortunov
a340b49cbc
Enhance light settings tweaking
12 months ago
uramer
0a2adfee16
SaveInfo.timePlayed field
12 months ago
uramer
94d782c4be
Fix doc typos and add menu package to necessary lists
12 months ago
Andrei Kortunov
14e6af8bea
Add a table with fadeOut argument for streamMusic
12 months ago
uramer
7cc0eae461
Fix Menu Lua settings reset between states
12 months ago
Zackhasacat
f3229f8674
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
12 months ago
uramer
4ed2af7666
Merge branch 'master' into menuscripts
12 months ago
uramer
bd54292ff4
Update I.Settings.registerGroup documentation
12 months ago
uramer
8cc47f5363
Only allow menu scripts to register permanent groups
12 months ago
uramer
c2b8e318cf
Move inputBinding renderer to menu context
12 months ago
uramer
79deb5f559
Remove settings pages in Lua
12 months ago
uramer
c6a27d06b0
Move controls settings to menu context
12 months ago
uramer
5b97a93169
Move camera settings to a menu script
12 months ago
uramer
6917384fc1
Don't reset menu-registered setting groups
12 months ago
uramer
d1d430b431
Initial Menu context Settings implementation
12 months ago
uramer
962ecc4329
Allow menu scripts to read global sections while a game is loaded
12 months ago
Evil Eye
e7d1611be3
Update ActiveEffect documentation
12 months ago
uramer
9b54f479e8
Move settings rendering to Menu scripts
12 months ago
uramer
88049ffac6
Document packages available in menu scripts
12 months ago
uramer
a3fd1b3d6f
Document menu scripts
12 months ago
uramer
d1268acf95
Merge branch 'master' into menuscripts
12 months ago
Evil Eye
74a6c81d53
Make ActorActiveEffects:getEffect return an empty value and strip expired effects from __pairs
1 year ago
Evil Eye
26a0d27e57
Merge branch 'fix-mwui-docs' into 'master'
...
Missing newlines in MWUI documentation
See merge request OpenMW/openmw!3726
1 year ago
Evil Eye
8e17aff6a6
Fix MagicSchoolData documentation
1 year ago
uramer
2c45d316fb
Missing newlines in MWUI documentation
1 year ago
uramer
e734191b56
Add clarifying comment
1 year ago
uramer
9d1a3f243d
Use the same controls check for startUse and processAttacking
1 year ago
uramer
c1e8e88914
Fix input trigger docs
1 year ago
uramer
5f2cbf810d
Check if controls are on for Use action
1 year ago
jvoisin
db0d78ba24
Merge branch 'normalizednormals' into 'master'
...
Don't handle per-vertex normals as tangent space normals (#7748 )
See merge request OpenMW/openmw!3704
1 year ago
Alexei Kotov
7e162a0d7c
Merge branch 'lua_real_frame_time' into 'master'
...
Pass real frame duration to onFrame
See merge request OpenMW/openmw!3621
1 year ago
Alexei Kotov
91a01ae1e2
Remove duplicate ToggleWeapon trigger handler registration
1 year ago
Alexei Kotov
f83a7b711a
Don't handle per-vertex normals as tangent space normals
1 year ago
psi29a
e9f3e5c6d1
Merge branch 'lua_actions_electric_boogaloo' into 'master'
...
Lua actions take 3
See merge request OpenMW/openmw!2628
1 year ago
uramer
0e2e386dc9
Lua actions take 3
1 year ago
Cody Glassman
c53abd870b
Merge branch 'waterscatter' into 'master'
...
Use sun visibility for sunlight scattering (bug #7309 )
Closes #7309
See merge request OpenMW/openmw!3478
1 year ago
Cody Glassman
8f85c9194d
lua - add bindings to get frame duration
1 year ago
psi29a
ff514df5a1
Merge branch 'distortion' into 'master'
...
Distortion
See merge request OpenMW/openmw!3536
1 year ago
elsid
851bad4262
Merge branch 'precipitationripples' into 'master'
...
Use fallback weather ripple settings (bug #7292 )
Closes #7292
See merge request OpenMW/openmw!3671
1 year ago
Alexei Kotov
51b05647e2
Merge branch 'move_files' into 'master'
...
Move *.ui files for different applications to different folders
See merge request OpenMW/openmw!3659
1 year ago
Alexei Kotov
099c39ae87
Use fallback weather ripple settings (bug #7292 )
1 year ago
Cody Glassman
187f63d3d3
support postprocess distortion
1 year ago
Andrei Kortunov
2e041073fc
Move *.ui files for different applications to different folders
1 year ago
Alexei Kotov
93ea9dbc3b
Do all lighting calculations in one place, support per-vertex specularity
...
Force PPL when specular maps are used
1 year ago
Alexei Kotov
d1274fd3db
Deduplicate lambert calculations, consolidate doLighting
1 year ago
Alexei Kotov
4a96885323
Untangle normals and parallax handling
...
Move tangent space generation to the vertex shaders
Support diffuse parallax when no normal map is present
Don't use diffuse parallax if there's no diffuse map
Generalize normal-to-view conversion
Rewrite parallax
1 year ago
jvoisin
b67d89f2e0
Merge branch 'saveformat' into 'master'
...
Drop support for old saves
See merge request OpenMW/openmw!3629
1 year ago
Evil Eye
7cdf702a14
Merge branch 'niftestbsatool' into 'master'
...
bsatool and NIF debugging improvements
See merge request OpenMW/openmw!3619
1 year ago
Alexei Kotov
53f5e4dd3c
Merge branch 'highlight_color' into 'master'
...
Highlight new items in launcher by text formatting, not by color
See merge request OpenMW/openmw!3625
1 year ago
Alexei Kotov
98dfb68d4a
Merge branch 'ejaansalah' into 'master'
...
Fix the spelling of expel in lua api
See merge request OpenMW/openmw!3608
1 year ago
AnyOldName3
952bf58bc1
Merge branch 'turnitup' into 'master'
...
Support Oblivion parallax setup
See merge request OpenMW/openmw!3620
1 year ago
Evil Eye
659d7fefa1
Add Russian localization
1 year ago
Evil Eye
23aacbd914
Introduce a minimum supported save game format
1 year ago
Zackhasacat
162ac452cf
Merge branch 'master' of gitlab.com:openmw/openmw into lua_controller_cursor
1 year ago
Evil Eye
047db00980
Merge branch 'useitem_force_fix' into 'master'
...
Allow not passing force in ItemUsage events
See merge request OpenMW/openmw!3609
1 year ago
Zackhasacat
67421d67e2
Allow not passing force in ItemUsage events
1 year ago
jvoisin
d230c89a56
Merge branch 'rework_resolutions' into 'master'
...
Rework resolution selection
Closes #7709
See merge request OpenMW/openmw!3622
1 year ago
Andrei Kortunov
5e96825e6b
Highlight new items in launcher by text formatting, not by color
1 year ago
Zackhasacat
4beac9035a
Add bindings for controller cursor mode
1 year ago
Zackhasacat
ae3f9f8dcf
Merge branch 'lua_ui_child_element' into 'master'
...
Lua Element as layout children
See merge request OpenMW/openmw!3582
1 year ago
Alexei Kotov
99024d3826
Revamp NIF debug logging
...
Disabled by default
Extend it to supported files
Log more version info
Reduce noise
1 year ago
Andrei Kortunov
81a6a7cd2f
Rework resolution selection (feature 7709)
1 year ago
Alexei Kotov
9c94058727
Support Oblivion parallax setup
1 year ago
uramer
4d250263d7
Missing return type of split
1 year ago
uramer
6db75a7b7e
Fix servicesOffered types
1 year ago
uramer
2be3824d9e
Clarify child element update behavior in the documentation
1 year ago
uramer
39df270ff2
Update UI Content docs
1 year ago
Zackhasacat
5623a5cf01
Merge branch 'lua_sgetcurrent_conditionofitem_itemdata_idea' into 'master'
...
Lua API to get/set item condition
See merge request OpenMW/openmw!3421
1 year ago
Zackhasacat
f230e3cab0
Merge branch 'lua_ui_select_renderer_invalid' into 'master'
...
Render invalid 'select' setting renderer values instead of silent failure
See merge request OpenMW/openmw!3584
1 year ago
Zackhasacat
a38d17a918
Merge branch 'api_inconsistencies' into 'master'
...
Minor API inconsistencies
See merge request OpenMW/openmw!3601
1 year ago
uramer
c9eaeb47d5
Minor API inconsistencies
1 year ago
Zackhasacat
ad1d6c0d0f
Merge branch 'find_nearest_nav_mesh_position' into 'master'
...
Add Navigator and Lua API function to find nearest position on navmesh
See merge request OpenMW/openmw!2681
1 year ago
kuyondo
9ebbdc3a22
expell->expel
1 year ago
Zackhasacat
6fb6c7a32f
Merge branch 'misisng_plugins' into 'master'
...
Display missing plugins upon savegame loading
Closes #7608
See merge request OpenMW/openmw!3594
1 year ago
elsid
94b085af9e
Add Navigator and Lua API function to find nearest position on navmesh
1 year ago
Evil Eye
5a1a54b959
Merge branch 'lua_class_data' into 'master'
...
Add class records to lua
See merge request OpenMW/openmw!3515
1 year ago
Evil Eye
d5906dcf29
Merge branch 'lua_navmesh_doc' into 'master'
...
Define tables for navmesh related lua bindings as separate types
See merge request OpenMW/openmw!3599
1 year ago
Andrei Kortunov
f88b99201a
Display missing plugins upon savegame loading (feature 7608)
1 year ago
Zackhasacat
13deb0fba8
Merge branch 'imod' into 'master'
...
Fill out item modification records and add them to the scene
See merge request OpenMW/openmw!3540
1 year ago
elsid
fbb39802a1
Define tables for navmesh related lua bindings as separate types
1 year ago
Zackhasacat
16f178b80e
Remove character
1 year ago
Zackhasacat
10030a55e0
Merge branch 'master' of gitlab.com:openmw/openmw into lua_class_data
1 year ago
Joakim Berg
624d6ce7d0
Update file sv.yaml
1 year ago
Joakim Berg
818cd8343f
Update file sv.yaml
1 year ago
Joakim Berg
f62b43d2d6
Update file sv.yaml
1 year ago
uramer
435e9731df
Render invalid 'select' setting renderer values instead of silent failure
1 year ago
jvoisin
d8cd465d61
Merge branch 'navmesh_doc' into 'master'
...
Reword navigation mesh related docs and tooltips
See merge request OpenMW/openmw!3569
1 year ago
jvoisin
60ec894d8a
Merge branch 'lightitupbaby' into 'master'
...
Support point specular lighting (#6188 )
Closes #6188
See merge request OpenMW/openmw!3559
1 year ago
Zackhasacat
279e9affa8
Merge branch 'docs-mwscript-variables' into 'master'
...
Fix MWScript variables documentation type
See merge request OpenMW/openmw!3572
1 year ago
Zackhasacat
72a5b50002
Merge branch 'interfaces-item-usage' into 'master'
...
Add ItemUsage to interfaces package type definition
See merge request OpenMW/openmw!3573
1 year ago
Zackhasacat
ae4eafdfd4
Move classes to types.NPC
1 year ago
Alexei Kotov
e1cd5250af
Use sun visibility for sunlight scattering (bug #7309 )
1 year ago
Alexei Kotov
bdc019647a
Merge branch 'figure-skaters' into 'master'
...
Use accumulated movement when possible
Closes #5062
See merge request OpenMW/openmw!3549
1 year ago
uramer
afbfed78ad
Add ItemUsage to interfaces package type definition
1 year ago
uramer
75c5ce5f31
Fix MWScript variables documetnation type
1 year ago
elsid
392218dde3
Reword navigation mesh related docs and tooltips
...
To explain the effect of the setting in a more user friendly language.
1 year ago
Cody Glassman
0f53088014
re-sync docs with postprocessing API
1 year ago
Zackhasacat
231803c6ea
Merge branch 'sunvisibility' into 'master'
...
Make sun specularity behavior more intuitive (bug #6190 )
Closes #6190
See merge request OpenMW/openmw!3535
1 year ago
jvoisin
e4c5c1bc43
Merge branch 'govna' into 'master'
...
Expose governing attributes to Lua
See merge request OpenMW/openmw!3556
1 year ago
jvoisin
44dc29e675
Merge branch 'forurm' into 'master'
...
Add types.Actor.isDead
See merge request OpenMW/openmw!3557
1 year ago
Alexei Kotov
820fc068d1
Support point specular lighting ( #6188 )
...
Fix passing light specular colors with shader lighting methods (with help from wazabear)
1 year ago
Mads Buvik Sandvei
4886d31d89
Language, bob -> sway
1 year ago
Alexei Kotov
d851eaa199
Merge branch 'fix_lua_sneak' into 'master'
...
Remember sneaking when game is saved and loaded(#7664 )
See merge request OpenMW/openmw!3546
1 year ago
Zackhasacat
8d0d9a49c6
Remember sneaking when game is saved and loaded( #7664 )
1 year ago
Evil Eye
eb0ddf72d8
Merge branch 'fix_my_errors' into 'master'
...
Fix minor doc error, throw error when attempting to assign a value to a non-existing global variable in lua
See merge request OpenMW/openmw!3548
1 year ago
Zackhasacat
dd87d01f06
Fix minor doc error, throw error when attempting to assign a value to a non-existing global variable in lua
1 year ago
Mads Buvik Sandvei
9c93d907dc
Settings page entry for the "player movement ignores animation" setting.
1 year ago
Evil Eye
2d90176fe9
Add types.Actor.isDead
1 year ago
Evil Eye
a88f0ecc95
Expose governing attributes to Lua
1 year ago
uramer
abae5f031d
Fix docs type
1 year ago
Mads Buvik Sandvei
f41de6b02d
Use accumulated movement whenever possible. Apply diagonal movement by rotating accumulated movement and sliding based on that, rather than ignoring accumulated movement.
1 year ago
Zackhasacat
dbd7d34120
Add class Record
1 year ago
Zackhasacat
482d174ef2
Read only, add skill spec to docs
1 year ago
Zackhasacat
371eeddf85
Merge branch 'master' of gitlab.com:openmw/openmw into lua_class_data
1 year ago
Alexei Kotov
0b8739711e
Merge branch 'settings_values_video' into 'master'
...
Use settings values for Video settings (#6876 )
See merge request OpenMW/openmw!3527
1 year ago
Petr Mikheev
889ddc10d6
Enable `openmw.input` in menu scripts
1 year ago
Petr Mikheev
1dd7a15255
Draft: add new type of Lua scripts - menu scripts
1 year ago
Alexei Kotov
03c3818229
Place ESM4::ItemMod into the scene
1 year ago
Alexei Kotov
6d776ac833
Merge branch 'range' into 'master'
...
Use a dynamic falloff range for soft effect
See merge request OpenMW/openmw!3532
1 year ago
Alexei Kotov
12abd30e9f
Make sun specularity behavior more intuitive (bug #6190 )
...
Remove sun visibility influence on object specularity
Subdue sun visibility influence on water specularity
1 year ago
Cody Glassman
09928ba265
use a dynamic falloff range for soft effect and use shader flags
1 year ago
Alexei Kotov
3f4591eb3b
Add movable static and ESM4 land texture stores
1 year ago
psi29a
f724b05c57
Merge branch 'teleport_block' into 'master'
...
Lua: Add isTeleportingEnabled and setTeleportingEnabled to types.Player
See merge request OpenMW/openmw!3519
1 year ago
elsid
dcd81d026f
Use settings values for Video settings
...
* Convert window mode, vsync mode into enums, screenshot type into a struct.
* Add missing doc for screenshot type.
1 year ago
Zackhasacat
2f16a104dc
Revise record store, add specialization function
1 year ago
Zackhasacat
909be9cf35
Merge branch 'master' of gitlab.com:openmw/openmw into lua_class_data
1 year ago
Zackhasacat
f0640da21e
Add character to core
1 year ago
Kindi
1bff02e3b0
add docs
1 year ago
psi29a
2e587c3379
Merge branch 'lua_effect_expire' into 'master'
...
Add notes about lua active effects technicality
See merge request OpenMW/openmw!3516
1 year ago
psi29a
f3931c8321
Merge branch 'lua_hud_hide' into 'master'
...
Add functions to lua ui library to toggle HUD visibility, and check current status.
See merge request OpenMW/openmw!3450
1 year ago
Zackhasacat
ac9cfc782a
Add functions to lua ui library to toggle HUD visibility, and check current status.
1 year ago
Alexei Kotov
08da35704f
Merge branch 'remove-obsolete-comment' into 'master'
...
Get rid of obsolete comment
See merge request OpenMW/openmw!3514
1 year ago
Zackhasacat
f4d349070c
Add isTeleportingEnabled and setTeleportingEnabled
1 year ago
Petr Mikheev
f547cd5934
Merge branch 'lua_object_var' into 'master'
...
Add lua binding for gameObject globalVariable
See merge request OpenMW/openmw!3483
1 year ago
Zackhasacat
78e9a1753e
Add lua binding for gameObject globalVariable
1 year ago
Petr Mikheev
31f5c8826b
Merge branch 'lua_global_new' into 'master'
...
Add global variable access to world.mwscript (#7597 )
See merge request OpenMW/openmw!3491
1 year ago
Zackhasacat
db42a91867
Add global variable access to world.mwscript ( #7597 )
1 year ago
Zackhasacat
5dd1f0332f
Add notes about active effects
1 year ago
Zackhasacat
bd90ac2ed8
Add missing field in docs
1 year ago