Evil Eye
|
45ba05c0ed
|
Disallow implicitly sized reads of ESM structs
|
2023-07-20 19:16:53 +02: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 |
|
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 |
|
psi29a
|
29ffc2840e
|
Merge branch 'fix_7448' into 'master'
Fix #7448 (onConsume don't work after loading a save if inventory wasn't accessed from Lua)
Closes #7448
See merge request OpenMW/openmw!3194
|
2023-07-08 12:36:52 +00:00 |
|
Petr Mikheev
|
a09fb8d8f8
|
Rework Lua bindings for journal
|
2023-07-08 14:32:58 +02:00 |
|
Tobias Tribble
|
c792582376
|
Add Lua bindings for journal
|
2023-07-08 13:37:39 +02:00 |
|
elsid
|
0851f0705d
|
Use settings values for Groundcover settings
|
2023-07-08 12:08:27 +02:00 |
|
elsid
|
f6fce5ee15
|
Cleanup includes
|
2023-07-08 11:28:56 +02:00 |
|