AnyOldName3
48368f79b6
Update Windows crash dump path once we know where we're logging
...
Manual rewrite of 5102f4b11d
2023-07-05 20:38:46 +01:00
AnyOldName3
72d99237e3
This would never have happened had clang format not tried making this function wrogn in the first place
2023-07-05 20:34:34 +01:00
AnyOldName3
1bcbc4f53f
Undo clang format change because clang format in CI disagrees with clang format on my computer
2023-07-05 20:29:18 +01:00
AnyOldName3
3bb3f58c73
Don't put crash dumps in Temp on Windows
...
Well... unless we fail to get the user profile directory.
Also put freeze dumps in a more appropriately-named file.
Discussed in https://gitlab.com/OpenMW/openmw/-/issues/7455
Manual rewrite of c21695c951
As well as that, I found a bug where the crash dump path was being converted from a std::filesystem::path to a utf8-encoded std::string, then passed to the crash catcher, which converted it to a std::filesystem::path implicitly, but using the system eight-bit code page, which wouldn't usually be UTF-8. That's now fixed by passing the function that expects a path a path instead of a string.
2023-07-05 20:25:22 +01:00
elsid
ebb8fdc698
Use settings values for General settings
2023-07-04 21:40:04 +02:00
Matjaž Lamut
93db20c449
Subheader formatting for records-drag-and-drop.rst
2023-07-04 19:08:51 +00: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
psi29a
1d73780621
Merge branch 'fix_write_index_ref_id' into 'master'
...
Fix writing IndexRefId to ESM3
See merge request OpenMW/openmw!3196
2023-07-04 14:39:30 +00: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
16ac15674c
Merge branch 'fix_changelog' into 'master'
...
Use proper #7243 description
See merge request OpenMW/openmw!3190
2023-07-02 19:23:32 +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
elsid
b02c0ea896
Use proper #7243 description
...
The issue is about making ESM4 reader use VFS. Skyrim.esm part is only valid for
openmw binary, other tools (openmw-cs, navmeshtool) still can't load it or any
other ESM4 files.
2023-07-01 12:25:34 +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
psi29a
5a871d4b27
Merge branch 'fix_lua_doc_transform' into 'master'
...
[Lua] Fix usage example of util.transform in documentation
See merge request OpenMW/openmw!3184
2023-07-01 08:48:36 +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
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