1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 03:35:27 +00:00

31787 Commits

Author SHA1 Message Date
Petr Mikheev
4211665ede Merge branch 'sounds' into 'master'
Lua bindings for sound functions

See merge request OpenMW/openmw!3247
2023-08-18 09:15:24 +00:00
psi29a
861b9b215c Merge branch 'moveinto' into 'master'
[Lua] Accept GameObject as destination in obj:moveInto.

See merge request OpenMW/openmw!3318
2023-08-18 08:23:20 +00:00
psi29a
5389d32b5c Merge branch 'applycontentfile_coverity' into 'master'
Fix coverity warning in esm3/globalscript.cpp

See merge request OpenMW/openmw!3325
2023-08-18 08:22:26 +00:00
psi29a
adb5774aa9 Merge branch 'optimize_get_blendmaps' into 'master'
Optimize land lookup on blendmaps sampling

See merge request OpenMW/openmw!3333
2023-08-18 08:22:16 +00:00
psi29a
e21e3a0d46 Merge branch 'time' into 'master'
Pause/resume the game in Lua scripts

See merge request OpenMW/openmw!3317
2023-08-18 08:22:04 +00:00
psi29a
856262d4c0 Merge branch 'trainingwheels' into 'master'
Use the correct skills for training again

Closes #7536

See merge request OpenMW/openmw!3339
2023-08-18 08:21:55 +00:00
psi29a
f9910290e0 Merge branch 'fix_hand_model' into 'master'
Fix #7506

Closes #7506

See merge request OpenMW/openmw!3335
2023-08-18 08:21:11 +00:00
psi29a
de8869579a Merge branch 'fix_esmtool_format' into 'master'
Fix esmtool dump format

See merge request OpenMW/openmw!3348
2023-08-18 08:21:03 +00:00
Andrei Kortunov
f053188247 Increase Lua API version 2023-08-18 11:18:35 +04:00
Petr Mikheev
6e90704409 Merge branch 'sphinx' into 'master'
Fix documentation building

See merge request OpenMW/openmw!3340
2023-08-17 09:32:26 +00:00
elsid
0d4833febb
Fix esmtool dump format 2023-08-17 11:22:05 +02:00
Andrei Kortunov
d9c91ff3d9 Add bindings for ESM::Sound records 2023-08-16 20:26:55 +04:00
Andrei Kortunov
944b127887 Add changelog entry 2023-08-16 19:29:43 +04:00
Petr Mikheev
e2c5f4e766 Fix #7506 2023-08-16 17:14:08 +02:00
jvoisin
1489376951 Apply 1 suggestion(s) to 1 file(s) 2023-08-15 14:55:13 +00:00
psi29a
c9f03b4174 Merge branch 'sizeup' into 'master'
Replace more sized reads

See merge request OpenMW/openmw!3322
2023-08-15 06:28:59 +00:00
Andrei Kortunov
7ce9fc25c5 Implement Lua bindings for sound system 2023-08-15 10:28:29 +04:00
psi29a
18f3e937cb Merge branch 'lua_terminal' into 'master'
Load ESM4 Terminal objects, add lua bindings for them

See merge request OpenMW/openmw!3341
2023-08-15 06:23:38 +00:00
Zackhasacat
3e8a1cce7c Load ESM4 Terminal objects, add lua bindings for them 2023-08-15 06:23:38 +00:00
Andrei Kortunov
2c604e39a6 Do not use an outdated parse_cmake module 2023-08-15 08:54:42 +04:00
jvoisin
4cf80cdac2 Merge branch 'fix_esm4_ai' into 'master'
Fix AI in ESM4 cells

See merge request OpenMW/openmw!3338
2023-08-14 22:00:24 +00:00
jvoisin
d45a3c4916 Merge branch 'fullydynamic' into 'master'
Fix loading of 10.0.1.0 NiDynamicEffect

See merge request OpenMW/openmw!3336
2023-08-14 21:59:53 +00:00
Evil Eye
f7edf24356 Use std::stable_sort 2023-08-13 20:26:59 +02:00
Alexei Kotov
995de00f58 Merge branch 'fix_errormsg' into 'master'
Minor fix of error message in LuaManager::DealyedAction::apply

See merge request OpenMW/openmw!3334
2023-08-13 18:24:58 +00:00
Andrei Kortunov
3e0101999f Bump year in documentation 2023-08-13 20:01:56 +04:00
Andrei Kortunov
2647484325 Fix a warning about incorrect underscore 2023-08-13 20:01:56 +04:00
Andrei Kortunov
10404c4784 Bump required sphinx version from 1.7 to 1.8 and use a new name for renamed function 2023-08-13 20:01:56 +04:00
Evil Eye
3141cf9e28 Use the correct skills for training again 2023-08-13 16:10:19 +02:00
jvoisin
7d9f5f676a Merge branch 'angrydraugrs' into 'master'
Evaluate the attack early for non-biped attacks with no hit key (#7524)

Closes #7524

See merge request OpenMW/openmw!3331
2023-08-13 13:18:22 +00:00
jvoisin
840ad259bf Merge branch 'purewah' into 'master'
Always enable has water flag for TES3 exterior cells (#7526)

Closes #7526

See merge request OpenMW/openmw!3332
2023-08-13 13:18:09 +00:00
jvoisin
2ea37cbbcc Merge branch 'fix_circular_teal_require' into 'master'
Don't refer to local type by absolute path in docs

See merge request OpenMW/openmw!3337
2023-08-13 13:02:58 +00:00
elsid
eb77fd1813
Add height field to navigator in ESM4 cells 2023-08-13 02:26:45 +02:00
elsid
5abbc56bf2
Use proper cell size for ESM4 cells in CoordinateConverter 2023-08-13 02:24:22 +02:00
uramer
16ba35d63b Don't refer to local type by absolute path in docs 2023-08-12 21:17:11 +02:00
Alexei Kotov
ee7accf3bd Don't read affected nodes for 10.0.1.0 NiDynamicEffect 2023-08-12 21:48:51 +03:00
Alexei Kotov
baefff323c Make some NIF loading messages less confusing 2023-08-12 21:45:19 +03:00
Petr Mikheev
f5ddffa087 Fix coverity warning in esm3/globalscript.cpp 2023-08-12 12:35:08 +02:00
Petr Mikheev
a8ed567177 Merge branch 'fiendfyre' into 'master'
Read a couple of Bethesda-specific controller records

See merge request OpenMW/openmw!3328
2023-08-12 09:14:28 +00:00
Petr Mikheev
efe2dfc056 Minor fix of error message in LuaManager::DealyedAction::apply 2023-08-12 11:08:19 +02:00
elsid
07c1177b0d
Optimize land lookup on blendmaps sampling
Minimize number of getLand calls by grouping samples per cell.
2023-08-12 02:57:16 +02:00
elsid
ce6ffba986
Move blendmap sampling logic into separate function 2023-08-12 02:45:09 +02:00
Alexei Kotov
04d54517b7 Always enable has water flag for TES3 exterior cells 2023-08-12 00:52:08 +03:00
Alexei Kotov
6180ba8a3e Merge branch 'lua_getall_global' into 'master'
Lua Documentation clarification/fixes

See merge request OpenMW/openmw!3329
2023-08-11 21:16:32 +00:00
Zackhasacat
8f303f46dc Lua Documentation clarification/fixes 2023-08-11 21:16:32 +00:00
Alexei Kotov
f2a9ab52db Merge branch 'fix_crach_missing_content_file' into 'master'
Fix crash if content file is not found (was caused by !3249)

See merge request OpenMW/openmw!3323
2023-08-11 18:29:52 +00:00
Alexei Kotov
8307a3d82e Merge branch 'fix_fog_of_war' into 'master'
Always enable fog of war in map window (#7525)

Closes #7525

See merge request OpenMW/openmw!3330
2023-08-11 18:11:57 +00:00
Alexei Dobrohotov
9723912ee0 Evaluate the attack early for non-biped attacks with no hit key (#7524) 2023-08-11 01:27:55 +03:00
elsid
1c4b6a552f
Always enable fog of war in map window 2023-08-10 20:49:35 +02:00
jvoisin
f1c3b42cfb Merge branch 'minorfix_local' into 'master'
Add missing 'local' in playercontrols.lua

See merge request OpenMW/openmw!3324
2023-08-10 15:09:36 +00:00
Alexei Dobrohotov
de50f30645 Read a couple of Bethesda-specific controller records
BSMaterialEmittanceMultController
BSRefractionFirePeriodController
BSRefractionStrengthController
2023-08-10 01:59:10 +03:00