1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-01-16 17:59:56 +00:00
Commit graph

31634 commits

Author SHA1 Message Date
psi29a
2b11c2cf36 Merge branch 'fix-exterior-regression' into 'master'
Fixes #7437

Closes #7388 and #7437

See merge request OpenMW/openmw!3187
2023-06-29 13:33:34 +00:00
psi29a
51dbc867f9 Merge branch 'fix_remove_after_disable' into 'master'
Fix #7441: `obj.enabled = false ; obj:remove()` in Lua doesn't remove the object from scene.

Closes #7441

See merge request OpenMW/openmw!3185
2023-06-29 13:32:17 +00:00
florent.teppe
950cc7be83 gets the right worldspace when calculating exterior positions. 2023-06-29 11:09:06 +02:00
Petr Mikheev
39fc832fde Fix #7441: Objects that are removed and disabled in the same frame via lua remain in the world but become uninteractable 2023-06-28 21:43:30 +02:00
psi29a
fc5d73648a Merge branch 'schooled' into 'master'
Merge magic schools into skills

See merge request OpenMW/openmw!3148
2023-06-28 09:32:48 +00:00
psi29a
05fe189fdb Merge branch 'partial_ammo_equipping' into 'master'
Partial ammo equipping

See merge request OpenMW/openmw!3156
2023-06-28 09:32:15 +00:00
Kindi
a176e0f9ea Partial ammo equipping 2023-06-28 09:32:15 +00:00
psi29a
c8a318574c Merge branch 'templateNifReader' into 'master'
Templated nif reader function modelled after cc9cii's reader

See merge request OpenMW/openmw!3175
2023-06-28 09:27:23 +00:00
alekulyn
683fb0a342 Templated nif reader function modelled after cc9cii's reader 2023-06-28 09:27:22 +00:00
Petr Mikheev
fa4cce7132 [Lua] Fix usage example of util.transform in documentation 2023-06-28 00:14:36 +02:00
Petr Mikheev
8ca7770d56 Fix #7439: world.players and nearby.players returns "0_-1" instead of "1_-1" 2023-06-27 23:56:45 +02:00
psi29a
462d1c5278 Merge branch 'font_changelog' into 'master'
Update CHANGELOG.md with a missing entry

See merge request OpenMW/openmw!3182
2023-06-27 14:18:54 +00:00
psi29a
bf72fa0307 Merge branch 'door-n-teleports' into 'master'
Documentation: Article on how to set up doors in OpenMW

See merge request OpenMW/openmw!3172
2023-06-27 14:17:59 +00:00
Matjaž Lamut
32cbff4dce Documentation: Article on how to set up doors in OpenMW 2023-06-27 14:17:59 +00:00
Abdu Sharif
ba8fbfd9c1 Update CHANGELOG.md with a missing entry 2023-06-27 00:45:48 +00:00
psi29a
e5e0787337 Merge branch 'fix_effect_spell' into 'master'
Lua: Fix documentation for type.ActiveEffect

See merge request OpenMW/openmw!3178
2023-06-26 18:55:39 +00:00
Evil Eye
73c2387708 Merge schools into skills 2023-06-26 20:42:52 +02:00
Evil Eye
9947a41c37 Combine magic school properties into structs 2023-06-26 16:34:12 +02:00
jvoisin
a555519290 Merge branch 'The-abilities-are-inert' into 'master'
Typo: Inert -> Innate

See merge request OpenMW/openmw!3180
2023-06-25 20:14:54 +00:00
psi29a
31efad1dd0 Merge branch 'fix_model_path' into 'master'
Fix #7403: incorrect model path for records created by Lua scripts

Closes #7403

See merge request OpenMW/openmw!3151
2023-06-25 20:11:43 +00:00
psi29a
dd0d66513d Merge branch 'clickbait' into 'master'
Mostly dehardcode attributes

See merge request OpenMW/openmw!3164
2023-06-25 20:11:19 +00:00
psi29a
0ce98ccc0a Merge branch 'idontwannatalkaboutit' into 'master'
Return the actual topic the info came from

See merge request OpenMW/openmw!3176
2023-06-25 20:11:04 +00:00
psi29a
8378017ec3 Merge branch 'doc-cell-id-name' into 'master'
Documentation: Mention the significance of the Name field for interior cells.

See merge request OpenMW/openmw!3177
2023-06-25 20:11:00 +00:00
Mads Buvik Sandvei
41d499f9f8 Inert -> Innate 2023-06-25 18:30:27 +00:00
Tobias Tribble
a4f0cd4b90 Remove spell change 2023-06-25 09:55:01 -05:00
jvoisin
3af7a88365 Review suggestion. 2023-06-25 14:45:26 +00:00
Tobias Tribble
b535e41164 Fix actorActiveSpells pairs, docs 2023-06-25 08:50:09 -05:00
Matjaž Lamut
33e4a5fdf5 Mention behaviour if ID Name of interior cells in OpenMW-CS 2023-06-25 10:11:15 +00:00
Matjaž Lamut
1906410bb1 Mention the significance of the Name for interior cells. 2023-06-25 10:05:33 +00:00
AnyOldName3
f34b57656a Merge branch 'skyfix' into 'master'
Do not lose existing callbacks for sky node

Closes #7427

See merge request OpenMW/openmw!3171
2023-06-24 18:02:44 +00:00
psi29a
329ce5701b Merge branch 'cell-view-extra-info' into 'master'
Documentation: Extra information on the Cell 3D View in OpenMW-CS

See merge request OpenMW/openmw!3173
2023-06-24 15:14:39 +00:00
Evil Eye
c5344b7069 Return the actual topic the info came from 2023-06-24 11:40:25 +02:00
psi29a
e406b13233 Merge branch 'transjune23' into 'master'
More translations in Swedish

See merge request OpenMW/openmw!3165
2023-06-23 20:09:19 +00:00
Matjaž Lamut
5c810c5891 Extra information on the cell view. It doesn't turn it into a complete article, but covers some harder-to-discover features. 2023-06-22 13:08:04 +00:00
Andrei Kortunov
aad7c5066d Do not lose existing callbacks for sky node 2023-06-22 15:18:53 +04:00
psi29a
7d6c33d283 Merge branch 'doc-drag-drop' into 'master'
Documentation: Drag&Drop in OpenMW-CS

See merge request OpenMW/openmw!3167
2023-06-22 07:01:20 +00:00
Matjaž Lamut
6d824fddbd Documentation: Drag&Drop in OpenMW-CS 2023-06-22 07:01:20 +00:00
Evil Eye
9663f4f473 Address jvoisin's remarks 2023-06-21 22:11:01 +02:00
Joakim Berg
6e54fbe9bc Update file sv.yaml 2023-06-21 20:08:12 +00:00
psi29a
6ff46bbb5d Merge branch 'lua-translate' into 'master'
Do not translate a Lua language name

See merge request OpenMW/openmw!3168
2023-06-21 15:40:18 +00:00
psi29a
c931776769 Merge branch '0.48-changelog' into 'master'
Add missing changelog entries

See merge request OpenMW/openmw!3169
2023-06-21 14:37:42 +00:00
psi29a
558b3cbf60 Merge branch 'particles_fix' into 'master'
Create a stateset for every particle system to create its own defineMap

Closes #7304

See merge request OpenMW/openmw!3162
2023-06-21 14:35:13 +00:00
Andrei Kortunov
7c1119d939 Add missing changelog entries 2023-06-21 18:31:59 +04:00
Andrei Kortunov
a75c81ed54 Do not translate a Lua language name 2023-06-21 18:13:58 +04:00
Andrei Kortunov
a08d921c4c Create a stateset for every particle system to create its own defineMap 2023-06-21 16:13:58 +04:00
psi29a
47b1247fa2 Merge branch 'l10n' into 'master'
Make configurable whether GMST strings have priority over built-in interface messages

See merge request OpenMW/openmw!3134
2023-06-21 06:52:30 +00:00
psi29a
bb7eb0f527 Merge branch 'chargingup' into 'master'
Autocalculate enchantment costs and charges

Closes #7428

See merge request OpenMW/openmw!3152
2023-06-21 06:52:01 +00:00
psi29a
c4b62c8380 Merge branch 'objlist_serialize' into 'master'
Support LObjectList, GObjectList in Lua serialization

See merge request OpenMW/openmw!3153
2023-06-21 06:51:46 +00:00
Evil Eye
6e5b423d04 Fix saving skill increases 2023-06-20 20:26:08 +02:00
psi29a
a59f22fd30 Merge branch 'esm4_fix' into 'master'
Add a safeguard to load only supported records

Closes #7406

See merge request OpenMW/openmw!3158
2023-06-20 10:00:46 +00:00