Commit Graph

2360 Commits (e7c9c57017c5b1203577eb2e2d2a16e73eaca422)

Author SHA1 Message Date
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
Abdu Sharif ee80f889b7 Make Per-Pixel Lighting option description a bit more neutral 1 year ago
Cody Glassman 5fc46b166a track debug window size and dimensions between sessions 1 year ago
Evil Eye 2ebd544dfb Fix #7624 1 year ago
Petr Mikheev 15306c7d49 [Lua] Add CONTROL_SWITCH functions to `types.Player` and deprecate them in `openmw.input` 1 year ago
psi29a 2c81220cf7 Merge branch 'book' into 'master'
Reading ESM4 books

See merge request OpenMW/openmw!3471
1 year ago
Petr Mikheev 54cc1f25a2 Mention in Lua documentation that default tag is an empty string 1 year ago
Petr Mikheev fcc7b9bb9e Support tags in I.Camera.disable*, I.Camera.enable* in the same way as in world.pause; Update I.Camera docs. 1 year ago
Petr Mikheev 6161953106 Allow reading ESM4 books 1 year ago
AnyOldName3 15e6ababf1 Merge branch 'soft_particles' into 'master'
Apply soft effect to nifs marked with soft effect flag (originally developed by Cody Glassman)

See merge request OpenMW/openmw!3447
1 year ago
PharisMods 01aa67c792 Use thick border textures for thick border UI templates 1 year ago
psi29a 3ea14e904d Merge branch 'actors_range' into 'master'
Handle actors processing range in Lua

See merge request OpenMW/openmw!3458
1 year ago
psi29a 6c39e3f817 Merge branch 'draft' into 'master'
Treat teleportation out of the draft cell as object creation

Closes #7588 and #7453

See merge request OpenMW/openmw!3455
1 year ago
psi29a bae8d585fe Merge branch 'lua/capacity_encum_bindings' into 'master'
Add more lua bindings for encumbrance and capacity

See merge request OpenMW/openmw!3462
1 year ago
glassmancody.info 9aa992eede add more lua bindings for encumbrance and capacity 1 year ago
Petr Mikheev 63d5bd6f8a Apply soft effect to nifs marked with soft effect flag (developed by Cody Glassman) 1 year ago
Andrei Kortunov 40c8783790 Handle actors processing range in Lua 1 year ago
Zackhasacat 6bfa3f78bd Fix AttributeRecord and SkillRecord documentation in OpenMW.core 1 year ago
Evil Eye 641f34a3c9 Treat teleportation out of the draft cell as object creation 1 year ago
Alexei Kotov 7e360df6c0 Place ESM4::Flora instances to the scene 1 year ago
Evil Eye 90ca8a2f4e Remove ATTRIBUTE, SKILL, and SCHOOL enums 1 year ago
Evil Eye 6ed5cbb7d0 Remove numeric magic school ids and deprecate the enum 1 year ago
psi29a 1c8198242e Merge branch 'toggleai' into 'master'
Add a way to toggle AI to Lua debug package

See merge request OpenMW/openmw!3429
1 year ago
psi29a 18b6eba709 Merge branch 'reloadlua' into 'master'
safe reloadlua on top of !3362

See merge request OpenMW/openmw!3412
1 year ago
Petr Mikheev 72b8ff82ff !3362 with safe reloadlua 1 year ago
Andrei Kortunov 6769d10203 Fix documentation error 1 year ago
Andrei Kortunov 56ea3e3879 Add a way to toggle AI to Lua debug package 1 year ago
psi29a 12159d95f3 Merge branch 'music' into 'master'
Rework music system

See merge request OpenMW/openmw!3372
1 year ago
psi29a ed022a6c14 Merge branch 'fix_use' into 'master'
Fix regression added in  !3354: Set `force` to false when applying UseItem from inventory.

See merge request OpenMW/openmw!3422
1 year ago
Andrei Kortunov db72a91180 Add a way to check if sound system is enabled 1 year ago
Andrei Kortunov 655c4442bc Implement isMusicPlaying 1 year ago
Andrei Kortunov e25e867d77 Remove 'music' package 1 year ago
Andrei Kortunov e1cae5a029 Rework music system 1 year ago
Andrei Kortunov 02dcf1fb31 Split setFactionRank to separate functions 1 year ago
Andrei Kortunov 6ee86dea82 Implement Lua API for factions (feature 7468) 1 year ago
Petr Mikheev fb8ccf52d8 Add missing argument `force` in UseItem 1 year ago
psi29a 9791fae2db
Merge branch 'statrecords' into 'master'
Expose skill and attribute records to Lua and deprecate their enums

See merge request OpenMW/openmw!3407
1 year ago
Evil Eye cd0e612cb7 Expose skill and attribute records to Lua and deprecate their enums 1 year ago
Petr Mikheev 42f2ece8b3 Fix bug: UI modes that are added not through Lua don't show windows that were hidden by Lua in other mode. 1 year ago
psi29a 938c487684
Merge branch 'time' into 'master'
[Lua] Ability to unpause the game when UI is opened.

See merge request OpenMW/openmw!3398
1 year ago
Zackhasacat f287b2f436 Merge branch 'master' of gitlab.com:openmw/openmw into lua_record_services 1 year ago
psi29a 5faf56950b
Merge branch 'lua_files' into 'master'
Implement Lua API for VFS

Closes #6864

See merge request OpenMW/openmw!3373
1 year ago
psi29a 0b74146b05
Merge branch 'luautflib' into 'master'
Lua utf-8 support

Closes #6505

See merge request OpenMW/openmw!3327
1 year ago
Andrei Kortunov 66bf7be373 Preload new packages to console 1 year ago
Petr Mikheev 65cd518b44 Update camera logic related to paused game / opened UI 1 year ago
Petr Mikheev 23a7661d0b Control UI pause from Lua 1 year ago
Petr Mikheev b4c8b8308f Lock actiovation when the game is paused; Lock movement controls when UI is opened. 1 year ago
Zackhasacat ee5983f64a Docs fixes 1 year ago
Zackhasacat 7d0e140889 Merge branch 'master' of gitlab.com:openmw/openmw into lua_record_services 1 year ago