Commit Graph

2467 Commits (macos_ci_fix)

Author SHA1 Message Date
jvoisin db0d78ba24 Merge branch 'normalizednormals' into 'master'
Don't handle per-vertex normals as tangent space normals (#7748)

See merge request OpenMW/openmw!3704
5 months ago
Alexei Kotov 7e162a0d7c Merge branch 'lua_real_frame_time' into 'master'
Pass real frame duration to onFrame

See merge request OpenMW/openmw!3621
5 months ago
Alexei Kotov 91a01ae1e2 Remove duplicate ToggleWeapon trigger handler registration 5 months ago
Alexei Kotov f83a7b711a Don't handle per-vertex normals as tangent space normals 5 months ago
psi29a e9f3e5c6d1 Merge branch 'lua_actions_electric_boogaloo' into 'master'
Lua actions take 3

See merge request OpenMW/openmw!2628
5 months ago
uramer 0e2e386dc9 Lua actions take 3 5 months 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
5 months ago
Cody Glassman 8f85c9194d lua - add bindings to get frame duration 5 months ago
psi29a ff514df5a1 Merge branch 'distortion' into 'master'
Distortion

See merge request OpenMW/openmw!3536
5 months ago
elsid 851bad4262 Merge branch 'precipitationripples' into 'master'
Use fallback weather ripple settings (bug #7292)

Closes #7292

See merge request OpenMW/openmw!3671
5 months 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
5 months ago
Alexei Kotov 099c39ae87 Use fallback weather ripple settings (bug #7292) 5 months ago
Cody Glassman 187f63d3d3 support postprocess distortion 5 months ago
Andrei Kortunov 2e041073fc Move *.ui files for different applications to different folders 5 months ago
Alexei Kotov 93ea9dbc3b Do all lighting calculations in one place, support per-vertex specularity
Force PPL when specular maps are used
5 months ago
Alexei Kotov d1274fd3db Deduplicate lambert calculations, consolidate doLighting 5 months 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
5 months ago
jvoisin b67d89f2e0 Merge branch 'saveformat' into 'master'
Drop support for old saves

See merge request OpenMW/openmw!3629
6 months ago
Evil Eye 7cdf702a14 Merge branch 'niftestbsatool' into 'master'
bsatool and NIF debugging improvements

See merge request OpenMW/openmw!3619
6 months 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
6 months ago
Alexei Kotov 98dfb68d4a Merge branch 'ejaansalah' into 'master'
Fix the spelling of expel in lua api

See merge request OpenMW/openmw!3608
6 months ago
AnyOldName3 952bf58bc1 Merge branch 'turnitup' into 'master'
Support Oblivion parallax setup

See merge request OpenMW/openmw!3620
6 months ago
Evil Eye 659d7fefa1 Add Russian localization 6 months ago
Evil Eye 23aacbd914 Introduce a minimum supported save game format 6 months ago
Evil Eye 047db00980 Merge branch 'useitem_force_fix' into 'master'
Allow not passing force in ItemUsage events

See merge request OpenMW/openmw!3609
6 months ago
Zackhasacat 67421d67e2 Allow not passing force in ItemUsage events 6 months ago
jvoisin d230c89a56 Merge branch 'rework_resolutions' into 'master'
Rework resolution selection

Closes #7709

See merge request OpenMW/openmw!3622
6 months ago
Andrei Kortunov 5e96825e6b Highlight new items in launcher by text formatting, not by color 6 months ago
Zackhasacat ae3f9f8dcf Merge branch 'lua_ui_child_element' into 'master'
Lua Element as layout children

See merge request OpenMW/openmw!3582
6 months ago
Alexei Kotov 99024d3826 Revamp NIF debug logging
Disabled by default
Extend it to supported files
Log more version info
Reduce noise
6 months ago
Andrei Kortunov 81a6a7cd2f Rework resolution selection (feature 7709) 6 months ago
Alexei Kotov 9c94058727 Support Oblivion parallax setup 6 months ago
uramer 4d250263d7 Missing return type of split 6 months ago
uramer 6db75a7b7e Fix servicesOffered types 6 months ago
uramer 2be3824d9e Clarify child element update behavior in the documentation 6 months ago
uramer 39df270ff2 Update UI Content docs 6 months 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
6 months 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
6 months ago
Zackhasacat a38d17a918 Merge branch 'api_inconsistencies' into 'master'
Minor API inconsistencies

See merge request OpenMW/openmw!3601
6 months ago
uramer c9eaeb47d5 Minor API inconsistencies 6 months 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
6 months ago
kuyondo 9ebbdc3a22 expell->expel 6 months ago
Zackhasacat 6fb6c7a32f Merge branch 'misisng_plugins' into 'master'
Display missing plugins upon savegame loading

Closes #7608

See merge request OpenMW/openmw!3594
6 months ago
elsid 94b085af9e
Add Navigator and Lua API function to find nearest position on navmesh 6 months ago
Evil Eye 5a1a54b959 Merge branch 'lua_class_data' into 'master'
Add class records to lua

See merge request OpenMW/openmw!3515
6 months 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
6 months ago
Andrei Kortunov f88b99201a Display missing plugins upon savegame loading (feature 7608) 6 months 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
6 months ago
elsid fbb39802a1
Define tables for navmesh related lua bindings as separate types 6 months ago
Zackhasacat 16f178b80e Remove character 6 months ago