Commit Graph

2584 Commits (9ae61f19322c711acec37e51af83b45e72b5990c)

Author SHA1 Message Date
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
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
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
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 1 year ago
uramer 9b54f479e8 Move settings rendering to Menu scripts 1 year ago
uramer 88049ffac6 Document packages available in menu scripts 1 year ago
uramer a3fd1b3d6f Document menu scripts 1 year ago
uramer d1268acf95 Merge branch 'master' into menuscripts 1 year 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
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 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