Sebastian Fieber
|
1ac407f32b
|
fix rebase error
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
0e68e36aa7
|
that shouldn't have been touched
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3207f3a387
|
clang-format
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
732fb4affe
|
inline fillLandData and return empty table instead of throwing
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
03e4735b19
|
add #8112 to changelog
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3e0685e4a6
|
don't double sample + only allow default worldspace
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
effb3de2a7
|
const
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
76e2c77517
|
check for lcell also
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
4ede868ed2
|
fix typo
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8de0ccc82c
|
remove redundant code
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
7c76387ffe
|
no interior cell + make cellOrName mandatory
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
5d0986e812
|
Misc::NotNullPtr<MWWorld::ESMStore> to MWWorld::ESMStore& store
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
6671c12ad2
|
reorder of documentation for landbindings in core.lua
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
47453b307a
|
no auto in landbindings.cpp
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
f3128f9c7b
|
remove unused include
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8954f45867
|
fixes for landbindings.cpp
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
fc772744d2
|
don't touch ESMTerrain::Storage
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
3d07b63ad8
|
don't copy store
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
940e73a356
|
landbindings - static to anonymous namespace + use references
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
ea02c69186
|
fix index check + cast to size_t
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
4182279f72
|
deduplication for landbindings.cpp + slight api changes
- remove textureId from return
- return plugin name instead of plugin id
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
dcf0c6e314
|
simplify texture retrieval for land bindings
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
901c6b94a6
|
remove unnecessary land loading
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
c711179b8f
|
apply changes requested in the code review
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
378093791b
|
update the docs for land functions
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
8917103bf3
|
put land bindings in a table in openmw.core
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
336275292e
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
3b962e3fd4
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
22a0dce4a6
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
fe68a098ea
|
reorder includes
|
2025-06-19 22:17:26 +02:00 |
|
Sebastian Fieber
|
1521d5195a
|
add bindings for land textures
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
283be9f4f0
|
add docs for the new binding
|
2025-06-19 22:17:26 +02:00 |
|
Calandiel
|
910690c7e5
|
expose a terrain height getter
|
2025-06-19 22:17:26 +02:00 |
|
AnyOldName3
|
71d334fe79
|
Fix MacOS even more
|
2025-06-19 19:55:26 +01:00 |
|
Cody Glassman
|
d500f801cc
|
docs - support flyout selector addon
|
2025-06-19 10:12:59 -07:00 |
|
AnyOldName3
|
bee9716262
|
Fix getLocalPath for MacOS
|
2025-06-19 16:32:21 +01:00 |
|
Alexei Kotov
|
5938ba528f
|
Export symbols for openmw binary under Clang (#8039)
|
2025-06-19 14:43:10 +03:00 |
|
Andrew Lanzone
|
50e5863749
|
Use shoulder buttons on wait menu, similar to other slider menus
|
2025-06-18 19:46:22 -07:00 |
|
Cody Glassman
|
b0fb0024bc
|
docs - fix padding to accomodate hidden element
|
2025-06-18 17:58:38 -07:00 |
|
Cody Glassman
|
37e0566745
|
docs - upgrade theme
|
2025-06-18 17:48:09 -07:00 |
|
AnyOldName3
|
323ee5f79d
|
Remove a line break that clang-format was fussing about
|
2025-06-19 00:27:08 +01:00 |
|
AnyOldName3
|
f7b8091117
|
Add missing semicolon
|
2025-06-19 00:23:52 +01:00 |
|
AnyOldName3
|
276e0e6765
|
Remove vestigial include
|
2025-06-19 00:22:58 +01:00 |
|
AnyOldName3
|
9a28216cda
|
Update changelog
|
2025-06-19 00:19:22 +01:00 |
|
AnyOldName3
|
acbc0a9b8f
|
Fix launching other binaries when the CWD is not the binary directory
|
2025-06-19 00:19:14 +01:00 |
|
Cody Glassman
|
fa0b3a04df
|
docs - change theme for luadoc monospace to match theme
|
2025-06-18 10:29:05 -07:00 |
|
psi29a
|
efbef1ec96
|
Merge branch 'nonusercontent' into 'master'
Handle implicitly checked files more consistently (#8563)
See merge request OpenMW/openmw!4716
|
2025-06-18 15:53:34 +00:00 |
|
Cody Glassman
|
dab2538e0c
|
docs - unify usage of code blocks in install openmw
|
2025-06-18 06:33:14 -07:00 |
|
Cody Glassman
|
638ceb73b7
|
docs - fix layout shift when expanding TOC
|
2025-06-18 06:16:09 -07:00 |
|
Cody Glassman
|
23a6208537
|
Revert "docs - chevron 7 locked"
This reverts commit 4e32e9f127 .
|
2025-06-17 21:05:41 -07:00 |
|