Petr Mikheev
|
1bfe59e2fb
|
Load content files during playing logo video
|
2023-07-20 01:22:01 +02:00 |
|
elsid
|
fac1927f5e
|
Use settings values for HUD settings
|
2023-07-19 22:53:35 +02:00 |
|
Petr Mikheev
|
f2edf05a55
|
Move camera update after teleporting from worldimp to camera.lua
|
2023-07-19 10:42:58 +02:00 |
|
Petr Mikheev
|
4016e8b383
|
Lua engine handler onTeleported
|
2023-07-19 10:42:58 +02:00 |
|
Petr Mikheev
|
086fdb1f37
|
Run onNewGame handler in LuaManager::synchronizedUpdate
|
2023-07-19 10:07:30 +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
|
411c71062c
|
Resist failed normal weapon hits (bug #7284)
|
2023-07-11 09:53:56 +03: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 |
|
psi29a
|
63e9a63c67
|
Merge branch 'i-can-see-nearly-now-the-grass-is-gone' into 'master'
Maybe compute an accurate near and far plane using primitives for groundcover
See merge request OpenMW/openmw!2960
|
2023-07-08 08:58:13 +00:00 |
|
psi29a
|
cab47d0a2a
|
Merge branch 'settings_values_general' into 'master'
Use settings values for General settings (#6876)
See merge request OpenMW/openmw!3198
|
2023-07-07 13:07:13 +00:00 |
|
psi29a
|
aa820be986
|
Merge branch 'cell_for_drafts' into 'master'
Add special cell for objects created via Lua scripts and not yet added into the world
Closes #7383
See merge request OpenMW/openmw!3193
|
2023-07-07 13:06:54 +00:00 |
|
Petr Mikheev
|
fb7ba40385
|
Merge branch 'lua-bb-once-and-for-all' into 'master'
Lua - Fix BB once and for all
See merge request OpenMW/openmw!3143
|
2023-07-05 20:21:38 +00:00 |
|
elsid
|
ebb8fdc698
|
Use settings values for General settings
|
2023-07-04 21:40:04 +02:00 |
|
glassmancody.info
|
a659d2eaeb
|
lua - fix bounding box once and for all
|
2023-07-04 09:55:11 -07:00 |
|
Petr Mikheev
|
d830ae37b1
|
Add special cell for objects created via Lua scripts and not yet added into the world
|
2023-07-04 17:15:14 +02:00 |
|
elsid
|
a6dbd819a1
|
Fix writing IndexRefId to ESM3
Use correct enum value.
|
2023-07-04 11:34:52 +02:00 |
|
psi29a
|
8a33edd64a
|
Merge branch 'cleanup_includes' into 'master'
Cleanup includes
See merge request OpenMW/openmw!3191
|
2023-07-03 16:01:48 +00:00 |
|
psi29a
|
050fc20379
|
Merge branch 'settings_values_game' into 'master'
Use settings values for Game settings (#6876)
See merge request OpenMW/openmw!3188
|
2023-07-03 07:20:36 +00:00 |
|
Petr Mikheev
|
e3fa3a3712
|
Fix 7448 (onConsume don't work after loading a save if inventory wasn't accessed from Lua)
|
2023-07-03 02:13:41 +02:00 |
|
psi29a
|
6601b0cb15
|
Merge branch 'fastandloose' into 'master'
Drop support for --fs-strict
Closes #7394
See merge request OpenMW/openmw!3093
|
2023-07-02 19:24:14 +00:00 |
|
psi29a
|
b1e00b59f2
|
Merge branch 'lua_mwscript' into 'master'
Change MWScript Lua bindings (#7142)
See merge request OpenMW/openmw!2881
|
2023-07-02 19:23:09 +00:00 |
|
elsid
|
05a42a1816
|
Cleanup includes
|
2023-07-01 13:52:09 +02:00 |
|
psi29a
|
023e8f72cd
|
Merge branch 'master' into 'master'
pass time on OnTrainingFinished callback instead of before the fadeScreenIn
See merge request OpenMW/openmw!3181
|
2023-07-01 08:48:57 +00:00 |
|
Dave Corley
|
dfa4f5da8a
|
pass time on OnTrainingFinished callback instead of before the fadeScreenIn
|
2023-07-01 08:48:57 +00:00 |
|
elsid
|
6e8dcc16c6
|
Use settings values for Game settings
|
2023-07-01 00:59:35 +02:00 |
|
elsid
|
fb5e5335aa
|
Initialize mTimerDisposeSummonsCorpses in class definition
|
2023-07-01 00:59:35 +02:00 |
|
elsid
|
86e5b94ef6
|
Convert setting value int to CollisionShapeType on initialization
|
2023-07-01 00:59:35 +02:00 |
|
elsid
|
47978dcb71
|
Remove unused getActorsProcessingRange function
|
2023-07-01 00:59:15 +02:00 |
|
Petr Mikheev
|
866f67ed19
|
Change MWScript Lua bindings (#7142)
|
2023-06-30 22:26:17 +02:00 |
|
psi29a
|
2a271cdecc
|
Merge branch 'fix_7439' into 'master'
Fix #7439: world.players and nearby.players returns "0_-1" instead of "1_-1"
Closes #7439
See merge request OpenMW/openmw!3183
|
2023-06-30 09:09:44 +00:00 |
|
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 |
|
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 |
|
Kindi
|
a176e0f9ea
|
Partial ammo equipping
|
2023-06-28 09:32:15 +00: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 |
|
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 |
|
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 |
|
Evil Eye
|
c5344b7069
|
Return the actual topic the info came from
|
2023-06-24 11:40:25 +02:00 |
|
Andrei Kortunov
|
aad7c5066d
|
Do not lose existing callbacks for sky node
|
2023-06-22 15:18:53 +04:00 |
|
Evil Eye
|
9663f4f473
|
Address jvoisin's remarks
|
2023-06-21 22:11:01 +02: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 |
|
psi29a
|
abdd4f5207
|
Merge branch 'lua_potion_magic' into 'master'
Lua: Add effects to potionRecord, ingredientRecord
See merge request OpenMW/openmw!3160
|
2023-06-20 10:00:06 +00:00 |
|
Zackhasacat
|
611a6429a9
|
Lua: Add effects to potionRecord, ingredientRecord
|
2023-06-20 10:00:05 +00:00 |
|
psi29a
|
68415a952e
|
Merge branch 'lua_quat' into 'master'
Breaking change in Lua API: change obj.rotation from Euler angles to Quaternion
See merge request OpenMW/openmw!3123
|
2023-06-20 09:59:06 +00:00 |
|
Evil Eye
|
abcebd49d2
|
Allow for more than 8 attributes
|
2023-06-19 20:41:54 +02:00 |
|
Petr Mikheev
|
57e028fcc9
|
Merge branch 'container_resolve_lua' into 'master'
Lua: Add functions to resolve inventories
See merge request OpenMW/openmw!3157
|
2023-06-19 18:15:42 +00:00 |
|
Zackhasacat
|
f4980c178d
|
Lua: Add functions to resolve inventories
|
2023-06-19 18:15:42 +00:00 |
|
psi29a
|
bbfd906f08
|
Merge branch 'lua_effect_icon' into 'master'
Add icon path to core.MagicEffect
See merge request OpenMW/openmw!3154
|
2023-06-18 20:58:06 +00:00 |
|