Petr Mikheev
|
2c212b18e4
|
Remove World::activate since all activation now goes trough LuaManager
|
2023-07-22 17:22:43 +02:00 |
|
Petr Mikheev
|
c5871a5a7a
|
Allow to handle activation in Lua even for mwscripted objects
|
2023-07-22 16:57:39 +02:00 |
|
psi29a
|
4973230b84
|
Merge branch 'settings_values_hud' into 'master'
Use settings values for HUD settings (#6876)
See merge request OpenMW/openmw!3250
|
2023-07-21 08:36:45 +00:00 |
|
psi29a
|
9410eed9e5
|
Merge branch 'bump-cmake-version' into 'master'
Bump required CMake version to 3.16
See merge request OpenMW/openmw!3242
|
2023-07-20 17:40:29 +00:00 |
|
psi29a
|
ec9b4c4563
|
Merge branch 'caius4friends' into 'master'
Fix dialogue insertion again
See merge request OpenMW/openmw!3212
|
2023-07-20 15:29:57 +00:00 |
|
psi29a
|
03dbe1c9f3
|
Merge branch 'stringrefidskills' into 'master'
Assign StringRefIds to skills
See merge request OpenMW/openmw!3146
|
2023-07-20 07:15:49 +00:00 |
|
Petr Mikheev
|
38f409e687
|
Fix #7446: Incorrect height after teleporting from one worldspace to another
|
2023-07-20 02:15:27 +02:00 |
|
AnyOldName3
|
34fcfb63cf
|
Eliminate redundant version checks
|
2023-07-20 00:43:56 +01:00 |
|
elsid
|
fac1927f5e
|
Use settings values for HUD settings
|
2023-07-19 22:53:35 +02:00 |
|
psi29a
|
baa67893b6
|
Merge branch 'settings_values_gui' into 'master'
Use settings values for GUI settings (#6876)
See merge request OpenMW/openmw!3238
|
2023-07-18 10:25:36 +00:00 |
|
psi29a
|
5a31320d8d
|
Merge branch 'preserve-refnum-on-drop' into 'master'
Preserve refnum when dropping items from inventory to ground.
Closes #6148
See merge request OpenMW/openmw!3207
|
2023-07-18 10:25:28 +00:00 |
|
psi29a
|
85822eca45
|
Merge branch 'darkmagic' into 'master'
Implement the NegativeLight flag
Closes #7477
See merge request OpenMW/openmw!3240
|
2023-07-18 10:25:19 +00:00 |
|
Alexei Kotov
|
7e1e43f9c6
|
Allow GMSTs with empty EDID
|
2023-07-17 22:51:25 +03:00 |
|
Mads Buvik Sandvei
|
61f1f4a013
|
signed/unsigned comparison warning.
|
2023-07-17 20:41:49 +02:00 |
|
Evil Eye
|
7573004efc
|
Implement the NegativeLight flag
|
2023-07-17 18:00:15 +02:00 |
|
Mads Buvik Sandvei
|
fe0b640f85
|
Use copyItem() when not moving full stack.
|
2023-07-17 17:58:39 +02:00 |
|
Mads Buvik Sandvei
|
b8a9fcad68
|
fixes based on comments by ptmikheev
|
2023-07-17 17:06:28 +02:00 |
|
Mads Buvik Sandvei
|
e22eec0585
|
optimize moveItem() by unsetting refnum instead of calling unstackItem.
|
2023-07-17 15:15:27 +02:00 |
|
Petr Mikheev
|
b583aad14a
|
Fix bug in LuaManager::reloadAllScripts
|
2023-07-17 02:21:46 +02:00 |
|
elsid
|
d113f0fc44
|
Use settings values for GUI settings
|
2023-07-16 20:46:54 +02:00 |
|
psi29a
|
98bb9fc125
|
Merge branch 'deserializedeez' into 'master'
Make RefId::deserializeText return an empty RefId if no pre-existing StringRefId can be found
See merge request OpenMW/openmw!3226
|
2023-07-16 08:46:48 +00:00 |
|
psi29a
|
f4295cf67a
|
Merge branch 'fix_getall' into 'master'
Fix argument validation in Lua command `cell:getAll`
See merge request OpenMW/openmw!3195
|
2023-07-16 08:45:54 +00:00 |
|
psi29a
|
b383efabf5
|
Merge branch 'urinvalid' into 'master'
Don't allow saves with an invalid last generated RefNum to load
Closes #7134
See merge request OpenMW/openmw!3233
|
2023-07-16 08:45:41 +00:00 |
|
psi29a
|
abb71eeb53
|
Merge branch 'plannedobsolescence' into 'master'
Allow compilation with MYGUI_DONT_USE_OBSOLETE
See merge request OpenMW/openmw!3232
|
2023-07-16 08:44:59 +00:00 |
|
Alexei Kotov
|
80b7dec571
|
Prevent object paging from leaking Vvardenfell into other exteriors
|
2023-07-16 00:05:59 +03:00 |
|
Mads Buvik Sandvei
|
64e55b37ec
|
Clang'd
|
2023-07-15 18:59:16 +02:00 |
|
Mads Buvik Sandvei
|
6e03d710ba
|
Remove ItemModel::copyItem(), it is obsolete.
|
2023-07-15 18:19:52 +02:00 |
|
Evil Eye
|
44ab0ff8ef
|
Don't allow saves with an invalid last generated RefNum to load
|
2023-07-15 16:26:28 +02:00 |
|
Evil Eye
|
a0127dd7e4
|
Allow compilation with MYGUI_DONT_USE_OBSOLETE
|
2023-07-15 15:02:27 +02:00 |
|
Evil Eye
|
cd8f2355c0
|
Only allow StringRefId for Skill ids
|
2023-07-14 17:33:32 +02:00 |
|
Evil Eye
|
f7be94aa21
|
Address feedback
|
2023-07-13 18:55:23 +02:00 |
|
Evil Eye
|
967b5d205b
|
Use StringRefId for skills
|
2023-07-13 18:55:22 +02:00 |
|
Evil Eye
|
ac9378fa08
|
Replace Skill::mIndex with Skill::refIdToIndex
|
2023-07-13 18:55:21 +02:00 |
|
Evil Eye
|
c59032fd66
|
Make RefId::deserializeText return an empty RefId if no pre-existing StringRefId can be found
|
2023-07-13 16:49:23 +02:00 |
|
Alexei Dobrohotov
|
39c84c84da
|
Cap global map cell size (bug #6222)
|
2023-07-13 14:53:08 +03:00 |
|
Petr Mikheev
|
95bce836ee
|
Add non-carriable lights to nearby.items
|
2023-07-12 22:26:06 +02:00 |
|
Petr Mikheev
|
e96864a79c
|
Fix argument validation in Lua command cell:getAll
|
2023-07-12 22:23:42 +02:00 |
|
Evil Eye
|
974b4739fa
|
Add a test for three way merges
|
2023-07-12 21:38:20 +02:00 |
|
Alexei Kotov
|
89c18d85de
|
Merge branch 'settings_values_groundcover' into 'master'
Use settings values for Groundcover settings (#6876)
See merge request OpenMW/openmw!3204
|
2023-07-11 13:58:03 +00:00 |
|
Alexei Kotov
|
4bbbfe74b3
|
Merge branch 'finishdrag' into 'master'
Finish draganddrop before startdrag
See merge request OpenMW/openmw!3186
|
2023-07-11 12:29:35 +00:00 |
|
Kindi
|
00e5f31242
|
Finish draganddrop before startdrag
|
2023-07-11 12:29:35 +00:00 |
|
psi29a
|
429e911da1
|
Merge branch 'lua_journal' into 'master'
Add Lua bindings for journal (second iteration of !3133)
See merge request OpenMW/openmw!3189
|
2023-07-11 07:37:13 +00:00 |
|
Alexei Dobrohotov
|
2de8c6b3c0
|
Don't discard collision for the entire tree if BSXFlags marker flag is set
|
2023-07-10 23:37:37 +03:00 |
|
unknown
|
09147934fb
|
Adjust unit tests
|
2023-07-09 18:48:14 +02:00 |
|
Mads Buvik Sandvei
|
0c37a64a84
|
Remove resolved TODO
|
2023-07-09 13:43:00 +00:00 |
|
psi29a
|
a755fa0f34
|
Merge branch 'cleanup_includes' into 'master'
Cleanup includes
See merge request OpenMW/openmw!3203
|
2023-07-09 10:15:09 +00:00 |
|
Alexei Dobrohotov
|
3b85f9f8cf
|
Autocomplete ESM4::Cell editor IDs
|
2023-07-09 01:34:18 +03:00 |
|
Mads Buvik Sandvei
|
8c3c5238d7
|
Preserve refnum when dropping items from inventory to ground.
|
2023-07-08 17:24:13 +02:00 |
|
psi29a
|
fbe6a398f8
|
Merge branch 'unstack-refnum' into 'master'
Generate new refnum for the new stack created when unstacking.
See merge request OpenMW/openmw!3206
|
2023-07-08 14:58:28 +00:00 |
|
Mads Buvik Sandvei
|
0f608f388e
|
Generate new refnum for the new stack created when unstacking.
|
2023-07-08 14:51:49 +02:00 |
|